HomeSort by: relevance | last modified time | path
    Searched refs:top_marg (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/xterm/dist/
cursor.c 83 use_row += screen->top_marg;
93 screen->top_marg,
262 min = ((screen->cur_row < screen->top_marg)
264 : screen->top_marg);
312 if (screen->cur_row < screen->top_marg
313 || screen->cur_row - amount >= screen->top_marg
318 RevScroll(xw, amount - (screen->cur_row - screen->top_marg));
319 CursorUp(screen, screen->cur_row - screen->top_marg);
465 sc->row - screen->top_marg,
549 result -= screen->top_marg;
    [all...]
util.c 211 scrollheight = screen->bot_marg - screen->top_marg - refreshheight + 1;
226 && screen->top_marg == 0) {
240 scrolltop = screen->top_marg + shift;
249 i = screen->top_marg + screen->scroll_amt - 1 - bot;
261 scrollheight = screen->bot_marg - screen->top_marg - refreshheight + 1;
262 refreshtop = screen->top_marg + shift;
268 i = screen->top_marg + refreshheight - 1 - bot;
330 if (row == (top = screen->top_marg) + amount) {
379 : screen->top_marg);
393 TRACE2((" margins %d..%d\n", screen->top_marg, screen->bot_marg))
    [all...]
svg.c 81 rows = s->bot_marg - s->top_marg + 1;
117 for (row = s->top_marg; row <= s->bot_marg; ++row) {
html.c 119 for (row = s->top_marg; row <= s->bot_marg; ++row) {
xterm.h 1623 ((screen)->top_marg != 0 \
1627 ((line) >= (screen)->top_marg && (line) <= (screen)->bot_marg)
1640 #define ScrnTopMargin(xw) TScreenOf(xw)->top_marg
print.c 270 extent ? 0 : screen->top_marg,
screen.c 80 #define getMinRow(screen) ((xw->flags & ORIGIN) ? (screen)->top_marg : 0)
1626 if (row < screen->top_marg || row > screen->bot_marg)
2468 row += screen->top_marg;
ptyx.h 2709 int top_marg; /* top line of scrolling region */ member in struct:__anon65
charproc.c 1329 screen->top_marg,
1332 screen->top_marg = top;
1335 if (screen->top_marg > screen->max_row)
1336 screen->top_marg = screen->max_row;
4403 value -= screen->top_marg;
misc.c 4901 screen->top_marg + 1,

Completed in 35 milliseconds