Home
last modified time | relevance | path

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

12

/freebsd/contrib/ncurses/test/
H A Dmove_field.c195 int ch = wgetch(form_win(form)); in my_edit_field()
342 while ((ch = wgetch(form_win(form))) != DO_DEMO) { in do_demo()
H A Ddup_field.c212 int ch = wgetch(form_win(form)); in my_edit_field()
/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 Dmanhtml.aliases67 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-lncurses1315 #undef wgetch
1316 int wgetch(
H A Dllib-lncursest1324 #undef wgetch
1325 int wgetch(
H A Dcurses.priv.h2370 #define wgetch_events(win, evl) wgetch(win)
/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.in1280 AC_MSG_CHECKING(if you want to allow EINTR in wgetch with pthreads)
1282 [ --enable-pthreads-eintr enable EINTR in wgetch with pthreads],
1287 AC_DEFINE(USE_PTHREADS_EINTR,1,[Define to 1 to enable EINTR in wgetch with pthreads])
1543 AC_MSG_CHECKING(if you want wgetch-events code)
1544 AC_ARG_ENABLE(wgetch-events,
1545 [ --enable-wgetch-events compile with wgetch-events code],
1550 AC_DEFINE(NCURSES_WGETCH_EVENTS,1,[Define to 1 to compile with wgetch-events code])
H A DNEWS285 + mark wgetch-events feature as deprecated.
289 option --enable-wgetch-events is used (report by Werner Fink).
2732 + add wgetch-events to test-packages.
5882 + finish changes to wgetch(), making it switch as needed to the
5886 window which is being used in a wgetch().
6802 + add a configure option --enable-wgetch-events to enable
9185 wgetch() to update the keypad-mode according to whether the
11098 + back-out change to wgetch because it causes a problem with ^Z
11109 + fixed a typo in wgetch() timeout handling.
13962 + mods to wgetch() in cooked mode (report by Pete Seebach).
[all …]
H A DINSTALL722 handler causes wgetch() to return KEY_RESIZE when the screen-size
776 --enable-wgetch-events
777 Compile with experimental wgetch-events code. See ncurses/README.IZ
2321 wgetch() function (libcurses.o). Some integrators have simplified
2324 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.c688 wgetch(WINDOW *win) in wgetch() function
/freebsd/contrib/ncurses/doc/
H A Dhackguide.doc310 All ncurses input funnels through the function wgetch(), defined in
319 The wgetch() code distinguishes between function key sequences and the
333 If the mouse interface is active, wgetch() polls for mouse events each
H A Dncurses-intro.doc563 for a return value of KEY_MOUSE from wgetch(). When you see this, a
565 function getmouse() (you must do this before the next wgetch(),
831 KEY_RESIZE via the wgetch() calls. When ncurses returns that code, it
1061 Note that wgetch automatically calls wrefresh. Therefore, before
/freebsd/contrib/ncurses/include/
H A Dcurses.h.in805 extern NCURSES_EXPORT(int) wgetch (WINDOW *); /* implemented */
1227 #define getch() wgetch(stdscr)
1260 #define mvwgetch(win,y,x) (wmove((win),(y),(x)) == ERR ? ERR : wgetch(win))
1444 * Pseudo-character tokens outside ASCII range. The curses wgetch() function
/freebsd/lib/ncurses/tinfo/
H A DMakefile598 curs_getch.3 wgetch.3 \
/freebsd/sbin/ipf/ipfstat/
H A Dipfstat.c1672 c = wgetch(stdscr); in topipstates()

12