Home
last modified time | relevance | path

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

/openbsd/sys/dev/wscons/
H A Dwsdisplay.c120 #define MOUSE_VISIBLE 0x01 /* flag, the mouse cursor is visible */ macro
130 #define IS_MOUSE_VISIBLE(scr) ((scr)->mouse_flags & MOUSE_VISIBLE)
2670 if (ISSET(scr->mouse_flags, MOUSE_VISIBLE)) in mouse_moverel()
2673 SET(scr->mouse_flags, MOUSE_VISIBLE); in mouse_moverel()
2949 if (!ISSET(scr->mouse_flags, MOUSE_VISIBLE)) in mouse_copy_start()
2980 if (ISSET(scr->mouse_flags, MOUSE_VISIBLE)) in mouse_copy_word()
3004 CLR(scr->mouse_flags, BLANK_TO_EOL | MOUSE_VISIBLE); in mouse_copy_word()
3019 if (ISSET(scr->mouse_flags, MOUSE_VISIBLE)) in mouse_copy_line()
3032 CLR(scr->mouse_flags, BLANK_TO_EOL | MOUSE_VISIBLE); in mouse_copy_line()
3356 if (ISSET(scr->mouse_flags, MOUSE_VISIBLE)) { in mouse_hide()
[all …]