Searched refs:mousecap (Results 1 – 4 of 4) sorted by relevance
37 extern int mousecap;558 return ((mousecap == OPT_ONPLUS) ? A_B_MOUSE : A_F_MOUSE); in mouse_wheel_down()566 return ((mousecap == OPT_ONPLUS) ? A_F_MOUSE : A_B_MOUSE); in mouse_wheel_up()
62 public int mousecap; /* Allow mouse for scrolling */ variable551 O_TRIPLE, OPT_OFF, &mousecap, opt_mousecap,
305 extern int mousecap;2001 if (mousecap) in term_init()2029 if (mousecap) in term_init()2050 if (mousecap) in term_deinit()2066 if (mousecap) in term_deinit()3204 if (!mousecap || xip->ir.EventType != MOUSE_EVENT) in win32_mouse_event()
56 extern int mousecap;908 if (mousecap == OPT_OFF) in opt_mousecap()