Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/ncurses/ncurses/base/
HDlib_getch.c160 if (IsTermInfoOnConsole(sp)) { in check_mouse_activity()
296 if (NC_ISATTY(sp->_ifd) && IsTermInfoOnConsole(sp) && sp->_cbreak) in fifo_push()
/freebsd-13-stable/contrib/ncurses/ncurses/
HDcurses.priv.h2635 # define IsTermInfoOnConsole(sp) (IsTermInfo(sp)&&_nc_mingw_isconsole(TerminalOf(sp)->Filedes)) macro
2637 # define IsTermInfoOnConsole(sp) FALSE macro
2642 # define IsTermInfoOnConsole(sp) FALSE macro