Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/less/
H A Ddecode.c38 extern int mousecap;
452 return ((mousecap == OPT_ONPLUS) ? A_B_MOUSE : A_F_MOUSE); in mouse_wheel_down()
461 return ((mousecap == OPT_ONPLUS) ? A_F_MOUSE : A_B_MOUSE); in mouse_wheel_up()
H A Dopttbl.c59 public int mousecap; /* Allow mouse for scrolling */ variable
502 TRIPLE, OPT_OFF, &mousecap, opt_mousecap,
H A Doptfunc.c55 extern int mousecap;
879 if (mousecap == OPT_OFF)
H A Dscreen.c276 extern int mousecap;
1718 if (mousecap) in init()
1742 if (mousecap) in init()
1765 if (mousecap) in deinit()
1779 if (mousecap) in deinit()
2835 if (mousecap && ip.EventType == MOUSE_EVENT && in win32_kbhit()