Searched refs:mousecap (Results 1 – 4 of 4) sorted by relevance
37 extern int mousecap;556 return ((mousecap == OPT_ONPLUS) ? A_B_MOUSE : A_F_MOUSE); in mouse_wheel_down()564 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;1974 if (mousecap) in term_init()2002 if (mousecap) in term_init()2023 if (mousecap) in term_deinit()2039 if (mousecap) in term_deinit()3177 if (!mousecap || xip->ir.EventType != MOUSE_EVENT) in win32_mouse_event()
56 extern int mousecap;908 if (mousecap == OPT_OFF) in opt_mousecap()