Home
last modified time | relevance | path

Searched refs:wgetch (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/usr.sbin/pmcstat/
H A Dpmcstat_log.c627 c = wgetch(w); in pmcstat_keypress_log()
638 c = wgetch(w); in pmcstat_keypress_log()
/freebsd/contrib/ee/
H A Dnew_curse.h214 extern int wgetch P_((WINDOW *window));
H A Dee.c627 in = wgetch(text_win); in main()
1889 in = wgetch(com_win); in get_string()
1914 in = wgetch(com_win); in get_string()
3427 in = wgetch(temp_win); in menu_op()
3668 counter = wgetch(com_win); in help()
H A Dnew_curse.c2257 wgetch(window) /* get character from specified window */ in wgetch() function
2302 in_value = wgetch(window);
2361 in_char = wgetch(stdscr);
/freebsd/contrib/ncurses/man/
H A Dman_db.renames.in279 wgetch.3x wgetch.3ncurses
H A Dmanhtml.aliases125 wgetch(3X) curs_getch(3X)
/freebsd/contrib/ncurses/ncurses/
H A DREADME.IZ43 *) if the last argument is NULL, they behave as wgetch() and
H A Dllib-lncursest1324 #undef wgetch
1325 int wgetch(
H A Dllib-lncurses1315 #undef wgetch
1316 int wgetch(
H A Dcurses.priv.h2226 #define wgetch_events(win, evl) wgetch(win)
H A Dllib-lncursestw1905 #undef wgetch
1906 int wgetch(
/freebsd/contrib/dialog/
H A Dprogressbox.c211 if (wgetch(win) == KEY_RESIZE) { in get_line()
H A Dui_getc.c397 ch = wgetch(win); in really_getch()
H A Dutil.c2458 if ((ch = wgetch(win)) != ERR) { in dlg_will_resize()
/freebsd/contrib/ncurses/
H A Dconfigure.in1320 AC_MSG_CHECKING(if you want to allow EINTR in wgetch with pthreads)
1322 [ --enable-pthreads-eintr enable EINTR in wgetch with pthreads],
1327 AC_DEFINE(USE_PTHREADS_EINTR,1,[Define to 1 to enable EINTR in wgetch with pthreads])
1591 AC_MSG_CHECKING(if you want wgetch-events code)
1592 AC_ARG_ENABLE(wgetch-events,
1593 [ --enable-wgetch-events compile with wgetch-events code],
1598 AC_DEFINE(NCURSES_WGETCH_EVENTS,1,[Define to 1 to compile with wgetch-events code])
H A DNEWS1450 + mark wgetch-events feature as deprecated.
1454 option --enable-wgetch-events is used (report by Werner Fink).
3348 + trim some obsolete/incorrect wording about EINTR from wgetch manual
3472 + improve manual pages for wgetch and wget_wch to point out that they
3897 + add wgetch-events to test-packages.
4813 + modify internal recursion in wgetch() which handles cooked mode to
4819 + fix in lib_twait.c when --enable-wgetch-events is used, pointer
5103 + clarify return-codes from wgetch() in response to SIGWINCH (prompted
5109 received, but ERR returned from wgetch or wgetnstr because the screen
5411 + fix build work for term-driver when --enable-wgetch-events option is
[all …]
H A DINSTALL734 handler causes wgetch() to return KEY_RESIZE when the screen-size
816 --enable-wgetch-events
817 Compile with experimental wgetch-events code. See ncurses/README.IZ
2469 wgetch() function (libcurses.o). Some integrators have simplified
2472 the wgetch function). This was originally the BSD curses, but
/freebsd/contrib/ncurses/misc/
H A Dncurses.def417 "wgetch" @312 NONAME
H A Dncurses.ref333 "wgetch" @312 NONAME ; implemented
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_getch.c687 wgetch(WINDOW *win) in wgetch() function
/freebsd/contrib/ncurses/doc/
H A Dhackguide.doc312 All ncurses input funnels through the function wgetch(), defined in
321 The wgetch() code distinguishes between function key sequences and the
335 If the mouse interface is active, wgetch() polls for mouse events each
H A Dncurses-intro.doc565 for a return value of KEY_MOUSE from wgetch(). When you see this, a
567 function getmouse() (you must do this before the next wgetch(),
833 KEY_RESIZE via the wgetch() calls. When ncurses returns that code, it
1063 Note that wgetch automatically calls wrefresh. Therefore, before
/freebsd/contrib/ncurses/include/
H A Dcurses.h.in866 extern NCURSES_EXPORT(int) wgetch (WINDOW *); /* implemented */
1303 #define getch() wgetch(stdscr)
1336 #define mvwgetch(win,y,x) (wmove((win),(y),(x)) == ERR ? ERR : wgetch(win))
1520 * Pseudo-character tokens outside ASCII range. The curses wgetch() function
/freebsd/lib/ncurses/tinfo/
H A DMakefile595 curs_getch.3 wgetch.3 \
/freebsd/sbin/ipf/ipfstat/
H A Dipfstat.c1672 c = wgetch(stdscr); in topipstates()

12