Searched refs:cursor_normal (Results 1 – 4 of 4) sorted by relevance
68 if (cursor_normal != NULL) { in curs_set()73 tputs(cursor_normal, 0, __cputchar); in curs_set()
242 (void) tputs(cursor_normal, 0, __cputchar); in __stopwin()
248 if (cursor_normal) in scr_end()249 putstr(cursor_normal); in scr_end()
1168 #define cursor_normal t_cursor_normal(cur_term) macro