Home
last modified time | relevance | path

Searched refs:cursor_normal (Results 1 – 4 of 4) sorted by relevance

/minix/lib/libcurses/
H A Dcurs_set.c68 if (cursor_normal != NULL) { in curs_set()
73 tputs(cursor_normal, 0, __cputchar); in curs_set()
H A Dtstp.c242 (void) tputs(cursor_normal, 0, __cputchar); in __stopwin()
/minix/games/tetris/
H A Dscreen.c248 if (cursor_normal) in scr_end()
249 putstr(cursor_normal); in scr_end()
/minix/lib/libterminfo/
H A Dterm.h1168 #define cursor_normal t_cursor_normal(cur_term) macro