Searched refs:screenrows (Results 1 – 1 of 1) sorted by relevance
119 int screenrows; /* Number of rows that we can show */ member765 if (E.cy == E.screenrows-1) {909 for (y = 0; y < E.screenrows; y++) {913 if (E.numrows == 0 && y == E.screenrows/3) {1165 if (E.cy == E.screenrows-1) {1181 if (E.cy == E.screenrows-1) {1245 else if (c == PAGE_DOWN && E.cy != E.screenrows-1)1246 E.cy = E.screenrows-1;1248 int times = E.screenrows;1290 &E.screenrows,&E.screencols) == -1)[all …]
Completed in 4 milliseconds