Home | History | Annotate | Download | only in sail

Lines Matching refs:SCROLL_Y

127 	if (STAT_R >= COLS || SCROLL_Y <= 0) {
133 scroll_w = newwin(SCROLL_Y, SCROLL_X, SCROLL_T, SCROLL_L);
183 wmove(scroll_w, SCROLL_Y - 1, 0);
362 /* XXX: SCROLL_Y and whatnot should be unsigned too */
363 visible_lines = SCROLL_Y - 1;
386 wmove(scroll_w, SCROLL_Y-1, 0);
390 wmove(scroll_w, SCROLL_Y-1, cursorx);
393 wmove(scroll_w, SCROLL_Y-1, 0);
785 unsigned pagesize = SCROLL_Y - 2;
788 visible_lines = SCROLL_Y - 1;
800 unsigned pagesize = SCROLL_Y - 2;