Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dmouse.c2356 else if (!(mouse_code & MOUSE_DRAG & ~MOUSE_CLICK_MASK)) in check_termcode_mouse()
2708 current_button = (mouse_code & MOUSE_CLICK_MASK); in check_termcode_mouse()
2793 held_button = mouse_code & MOUSE_CLICK_MASK; in check_termcode_mouse()
H A Dvim.h1922 #define MOUSE_CLICK_MASK 0x03 macro