Home
last modified time | relevance | path

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

/src/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c185 static bool _nc_mouse_parse(SCREEN *, int);
1463 sp->_mouse_parse = _nc_mouse_parse; in mouse_activate()
1506 _nc_mouse_parse(SCREEN *sp, int runcount) in _nc_mouse_parse() function
/src/contrib/ncurses/misc/
H A Dncurses.ref553 "_nc_mouse_parse" @1020 NONAME
/src/contrib/ncurses/doc/
H A Dhackguide.doc369 In either case, _nc_mouse_parse() should be called after the series is
/src/contrib/ncurses/
H A DNEWS14305 + correct off-by-one indexing error in _nc_mouse_parse(), that caused
15007 support, correcting logic in wgetch() and _nc_mouse_parse() which