Searched refs:hi_row (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xterm/dist/
H A Dutil.c380 int hi_row = screen->bot_marg; local in function:adjustHiliteOnFwdScroll
394 TRACE2((" limits %d..%d\n", lo_row, hi_row));
398 screen->startH.row - amount <= hi_row) ||
400 screen->endH.row - amount <= hi_row))) {
426 hi_row));
429 } else if (screen->startH.row <= hi_row && screen->endH.row > hi_row) {
453 int hi_row = screen->bot_marg; local in function:adjustHiliteOnBakScroll
466 if (screen->endH.row >= hi_row
467 && screen->endH.row + amount > hi_row) {
[all...]

Completed in 5 milliseconds