Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Ddecode.c37 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()
H A Dopttbl.c62 public int mousecap; /* Allow mouse for scrolling */ variable
551 O_TRIPLE, OPT_OFF, &mousecap, opt_mousecap,
H A Dscreen.c305 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()
H A Doptfunc.c56 extern int mousecap;
908 if (mousecap == OPT_OFF) in opt_mousecap()