Lines Matching +full:3 +full:x
30 .\" $Id: curs_get_wch.3x,v 1.40 2024/04/20 19:23:03 tom Exp $
31 .TH curs_get_wch 3X 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
60 \fBint mvget_wch(int \fIy\fP, int \fIx\fP, wint_t *\fIwch\fP);
61 \fBint mvwget_wch(WINDOW *\fIwin\fP, int \fIy\fP, int \fIx\fP, wint_t *\fIwch\fP);
82 \fB\%ncurses\fP(3X) describes the variants of this function.
96 in \fB\%getch\fP(3X).
100 (see \fB\%nodelay\fP(3X)),
106 If \fB\%cbreak\fP(3X)
109 If \fB\%nocbreak\fP(3X)
112 If \fB\%halfdelay\fP(3X)
117 If \fB\%echo\fP(3X) has been called,
131 as if \fB\%wmove\fP(3X) and then \fB\%wdelch\fP(3X) were called.
143 as with \fB\%wecho_wchar\fP(3X).
146 \fB\%wrefresh\fP(3X),
153 is a carriage return and \fBnl\fP(3X) has been called,
196 .IR x )
206 See the \*(``NOTES\*('' section of \fB\%wgetch\fP(3X).
214 Unlike \fB\%wgetch\fP(3X),
234 See the \*(``EXTENSIONS\*('' section of \fB\%wgetch\fP(3X).
242 X/Open Curses,
246 See the \*(``PORTABILITY\*('' section of \fB\%wgetch\fP(3X) regarding
251 \fB\%curs_getch\fP(3X) describes comparable functions of the
255 \fB\%curses\fP(3X),
256 \fB\%curs_add_wch\fP(3X),
257 \fB\%curs_inopts\fP(3X),
258 \fB\%curs_move\fP(3X),
259 \fB\%curs_refresh\fP(3X)