Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/less/
H A Ddecode.c38 extern int mousecap;
431 return ((mousecap == OPT_ONPLUS) ? A_B_MOUSE : A_F_MOUSE); in mouse_wheel_down()
439 return ((mousecap == OPT_ONPLUS) ? A_F_MOUSE : A_B_MOUSE); in mouse_wheel_up()
H A Dscreen.c292 extern int mousecap;
1763 if (mousecap) in init()
1790 if (mousecap) in init()
1812 if (mousecap) in deinit()
1826 if (mousecap) in deinit()
2829 if (mousecap && ip.EventType == MOUSE_EVENT && in win32_kbhit()
H A Dopttbl.c61 public int mousecap; /* Allow mouse for scrolling */ variable
532 TRIPLE, OPT_OFF, &mousecap, opt_mousecap,
H A Doptfunc.c55 extern int mousecap;
838 if (mousecap == OPT_OFF) in opt_mousecap()