rows 322 src/simh/linehistory.c int cols, rows; rows 354 src/simh/linehistory.c if (sscanf(buf + 2, "%d;%d", &rows, &cols) != 2) rows 787 src/simh/linehistory.c int rows = ( plen + l->len + l->cols - 1 ) rows 797 src/simh/linehistory.c if (rows > (int)l->maxrows) rows 799 src/simh/linehistory.c l->maxrows = rows; rows 859 src/simh/linehistory.c rows++; rows 860 src/simh/linehistory.c if (rows > (int)l->maxrows) rows 862 src/simh/linehistory.c l->maxrows = rows; rows 870 src/simh/linehistory.c if (rows - rpos2 > 0) rows 872 src/simh/linehistory.c (void)snprintf(seq, sizeof ( seq ), "\x1b[%dA", rows - rpos2);