Searched refs:maxrows (Results 1 – 1 of 1) sorted by relevance
133 size_t maxrows; /* Maximum num of rows used so far (multiline mode) */ member383 int old_rows = l->maxrows; in refreshMultiLine()388 if (rows > (int)l->maxrows) l->maxrows = rows; in refreshMultiLine()422 if (rows > (int)l->maxrows) l->maxrows = rows; in refreshMultiLine()612 l.maxrows = 0; in linenoiseEdit()