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;
503 return ((mousecap == OPT_ONPLUS) ? A_B_MOUSE : A_F_MOUSE); in x11mouse_action()
511 return ((mousecap == OPT_ONPLUS) ? A_F_MOUSE : A_B_MOUSE); in x116mouse_action()
H A Dscreen.c283 extern int mousecap;
1773 if (mousecap) in init()
1800 if (mousecap) in init()
1822 if (mousecap) in deinit()
1836 if (mousecap) in deinit()
2956 if (!mousecap || xip->ir.EventType != MOUSE_EVENT || in WIN32getch()
H A Dopttbl.c61 public int mousecap; /* Allow mouse for scrolling */ variable
539 TRIPLE, OPT_OFF, &mousecap, opt_mousecap,
H A Doptfunc.c55 extern int mousecap;
880 if (mousecap == OPT_OFF) in opt_linenum_width()