Searched refs:MODE_CURSOR_VERY_VISIBLE (Results 1 – 4 of 4) sorted by relevance
716 if (mode & MODE_CURSOR_VERY_VISIBLE) in screen_mode_to_string()
1713 screen_write_mode_set(sctx, MODE_CURSOR_VERY_VISIBLE); in input_csi_dispatch_rm()1802 screen_write_mode_clear(sctx, MODE_CURSOR_VERY_VISIBLE); in input_csi_dispatch_sm()
635 #define MODE_CURSOR_VERY_VISIBLE 0x10000 macro642 #define CURSOR_MODES (MODE_CURSOR|MODE_CURSOR_BLINKING|MODE_CURSOR_VERY_VISIBLE)
788 if (cmode & (MODE_CURSOR_BLINKING|MODE_CURSOR_VERY_VISIBLE)) in tty_update_cursor()