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.tail141 extern NCURSES_EXPORT(bool) has_mouse(void);
151 extern NCURSES_EXPORT(bool) NCURSES_SP_NAME(has_mouse) (SCREEN*);
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c2061 NCURSES_SP_NAME(has_mouse) (NCURSES_SP_DCL0) in NCURSES_SP_NAME() argument
2068 has_mouse(void) in has_mouse() function
/freebsd/contrib/ncurses/ncurses/
H A Dllib-lncursest1495 #undef has_mouse
1496 NCURSES_BOOL has_mouse(void)
H A Dllib-lncurses1486 #undef has_mouse
1487 NCURSES_BOOL has_mouse(void)
H A Dllib-lncursestw2082 #undef has_mouse
2083 NCURSES_BOOL has_mouse(void)
H A Dllib-lncursesw2073 #undef has_mouse
2074 NCURSES_BOOL has_mouse(void)
/freebsd/contrib/ncurses/
H A DINSTALL1759 + change internal _nc_has_mouse function to public has_mouse function
H A DNEWS7410 + change _nc_has_mouse() to has_mouse(), reflect its use in C++ and