Searched refs:MOUSE_VISIBLE (Results 1 – 1 of 1) sorted by relevance
128 #define MOUSE_VISIBLE (1 << 0) /* flag, the mouse cursor is visible */ macro138 #define IS_MOUSE_VISIBLE(ws) ((ws)->mouse_flags & MOUSE_VISIBLE)2411 MOUSE_FLAGS |= MOUSE_VISIBLE; in mouse_moverel()2707 MOUSE_FLAGS &= ~MOUSE_VISIBLE; /* cursor hidden in selection */ in mouse_copy_start()2752 MOUSE_FLAGS &= ~MOUSE_VISIBLE; in mouse_copy_word()2784 MOUSE_FLAGS &= ~MOUSE_VISIBLE; in mouse_copy_line()3065 MOUSE_FLAGS &= ~MOUSE_VISIBLE; in mouse_hide()