Home
last modified time | relevance | path

Searched refs:has_mouse (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/ncurses/include/
H A Dcurses.tail97 extern NCURSES_EXPORT(bool) has_mouse(void);
107 extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(has_mouse) (SCREEN*);
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c2010 NCURSES_SP_NAME(has_mouse) (NCURSES_SP_DCL0) in NCURSES_SP_NAME() argument
2017 has_mouse(void) in has_mouse() function
/freebsd/contrib/ncurses/ncurses/
H A Dllib-lncurses1486 #undef has_mouse
1487 NCURSES_BOOL has_mouse(void)
H A Dllib-lncursest1495 #undef has_mouse
1496 NCURSES_BOOL has_mouse(void)
H A Dllib-lncursestw2076 #undef has_mouse
2077 NCURSES_BOOL has_mouse(void)
H A Dllib-lncursesw2067 #undef has_mouse
2068 NCURSES_BOOL has_mouse(void)
/freebsd/contrib/ncurses/
H A DINSTALL1576 + change internal _nc_has_mouse function to public has_mouse function
H A DNEWS5676 + change _nc_has_mouse() to has_mouse(), reflect its use in C++ and