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

/xsrc/external/mit/xterm/dist/
H A Dscreen.c2110 int move_down_by = 0; local in function:ScreenResize
2230 move_down_by = amount;
2232 move_down_by = 0;
2255 move_down_by = (int) move_down;
2319 AdjustSavedCursor(xw, move_down_by);
2325 screen->savedlines -= move_down_by;
2332 set_cur_row(screen, screen->cur_row + move_down_by);
2333 screen->cursorp.row += move_down_by;
2334 ScrollSelection(screen, move_down_by, True);
2350 scroll_displayed_graphics(xw, -move_down_by);
[all...]

Completed in 4 milliseconds