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

/netbsd-current/games/hack/
H A Dhack.terminfo.c148 } else if (cursor_home) {
247 if (cursor_home)
248 xputs(cursor_home);
/netbsd-current/games/tetris/
H A Dscreen.c309 if (cursor_home)
310 putpad(cursor_home);
/netbsd-current/lib/libcurses/
H A Dcr_put.c239 if (cursor_home) {
278 tputs(cursor_home, 0, plodput);
H A Drefresh.c1878 if (change_scroll_region != NULL && cursor_home != NULL &&
1887 tputs(cursor_home, 0, __cputchar);
1898 tputs(cursor_home, 0, __cputchar);
1947 if (change_scroll_region != NULL && cursor_home != NULL &&
1956 tputs(cursor_home, 0, __cputchar);
1968 tputs(cursor_home, 0, __cputchar);
/netbsd-current/lib/libterminfo/
H A Dterm.h1164 #define cursor_home t_cursor_home(cur_term) macro
1562 * cursor_home: Home cursor (if no cup)

Completed in 389 milliseconds