Home
last modified time | relevance | path

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

/openbsd/usr.bin/tmux/
H A Dscreen.c716 if (mode & MODE_CURSOR_VERY_VISIBLE) in screen_mode_to_string()
H A Dinput.c1713 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()
H A Dtmux.h635 #define MODE_CURSOR_VERY_VISIBLE 0x10000 macro
642 #define CURSOR_MODES (MODE_CURSOR|MODE_CURSOR_BLINKING|MODE_CURSOR_VERY_VISIBLE)
H A Dtty.c788 if (cmode & (MODE_CURSOR_BLINKING|MODE_CURSOR_VERY_VISIBLE)) in tty_update_cursor()