rows 311 src/simh/linehistory.c int cols, rows; rows 343 src/simh/linehistory.c if (sscanf(buf + 2, "%d;%d", &rows, &cols) != 2) rows 776 src/simh/linehistory.c int rows = ( plen + l->len + l->cols - 1 ) rows 786 src/simh/linehistory.c if (rows > (int)l->maxrows) rows 788 src/simh/linehistory.c l->maxrows = rows; rows 848 src/simh/linehistory.c rows++; rows 849 src/simh/linehistory.c if (rows > (int)l->maxrows) rows 851 src/simh/linehistory.c l->maxrows = rows; rows 859 src/simh/linehistory.c if (rows - rpos2 > 0) rows 861 src/simh/linehistory.c (void)snprintf(seq, sizeof ( seq ), "\x1b[%dA", rows - rpos2);