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

/freebsd-10.2-release/contrib/ncurses/ncurses/tty/
H A Dtty_update.c1597 * necessary to add some conditions to scroll_csr_forward/backward.
1602 scroll_csr_forward(int n, int top, int bot, int miny, int maxy, NCURSES_CH_T blank) function
1790 res = scroll_csr_forward(n, top, bot, 0, maxy, blank);
1809 res = scroll_csr_forward(n, top, bot, top, bot, blank);

Completed in 89 milliseconds