Home
last modified time | relevance | path

Searched refs:BUTTON_CLICKED (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/lib/libncurses/src/ncurses/base/
Dlib_mouse.c128 #define BUTTON_CLICKED (BUTTON1_CLICKED | BUTTON2_CLICKED | BUTTON3_CLICKED … macro
135 #define BUTTON_CLICKED (BUTTON1_CLICKED | BUTTON2_CLICKED | BUTTON3_CLICKED …
1077 if ((ep->bstate & BUTTON_CLICKED) in _nc_mouse_parse()
1078 && (follower->bstate & BUTTON_CLICKED)) { in _nc_mouse_parse()
1093 && (follower->bstate & BUTTON_CLICKED)) { in _nc_mouse_parse()
1271 | BUTTON_CLICKED in mousemask()
/mirbsd/src/gnu/usr.bin/lynx/
DCHANGES4298 BUTTON_CLICKED, since the latter appears to not work in PDCurses 2.4 -TD