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

  /src/games/hack/
hack.terminfo.c 148 } else if (cursor_home) {
247 if (cursor_home)
248 xputs(cursor_home);
  /src/games/tetris/
screen.c 309 if (cursor_home)
310 putpad(cursor_home);
  /src/lib/libcurses/
cr_put.c 239 if (cursor_home) {
278 tputs(cursor_home, 0, plodput);
refresh.c 1891 if (change_scroll_region != NULL && cursor_home != NULL &&
1900 tputs(cursor_home, 0, __cputchar);
1911 tputs(cursor_home, 0, __cputchar);
1960 if (change_scroll_region != NULL && cursor_home != NULL &&
1969 tputs(cursor_home, 0, __cputchar);
1981 tputs(cursor_home, 0, __cputchar);
  /src/lib/libterminfo/
term.h 1164 #define cursor_home t_cursor_home(cur_term) macro
1562 * cursor_home: Home cursor (if no cup)

Completed in 17 milliseconds