Lines Matching +full:page +full:- +full:mode +full:- +full:read +full:- +full:delay

3 .\" Copyright 2018-2023,2024 Thomas E. Dickey                                *
4 .\" Copyright 1998-2016,2017 Free Software Foundation, Inc. *
32 .TH curs_getch 3X 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
59 \fB\%has_key\fP \-
72 .\" XXX: Move has_key into its own page like define_key and key_defined?
93 is in keypad mode;
94 see subsection \*(``Keypad Mode\*('' below.
97 then if the no-delay flag is set in the window
106 this happens after one character is read.
109 it occurs when the next newline is read.
113 waits until a character is typed or the specified delay elapses.
130 When the window's keypad mode is enabled
154 .SS "Keypad Mode"
158 (those corresponding to the ECMA-6 character set\(emsee
170 If the window is in keypad mode,
187 these object-like macros have values outside the range of eight-bit
192 .I "user-defined function keys"
195 but are also expected to have values outside the range of eight-bit
202 Most terminals one encounters follow the ECMA-48 standard insofar as
226 application may experience a delay after pressing ESC while
230 If the window is in \*(``no time-out\*('' mode,
237 the terminal may appear to hang in no time-out mode after the user has
256 a window's keypad mode must be enabled for
258 to read these codes from it.
273 .\" get_wch(3X) or having that page cross reference this one?
295 KEY_IC Insert character/Enter insert mode
296 KEY_EIC Exit insert character mode
302 KEY_NPAGE Next page/Page up
303 KEY_PPAGE Previous page/Page down
379 Many keyboards feature a nine-key directional pad.
398 even if the window's keypad mode is disabled,
411 Receipt of this code requires a window's keypad mode to be enabled,
415 must read an escape sequence,
468 programmer because the library requires a delay while it awaits the
481 .\" as with att505 or vt52-basic
505 and is reliably recognized only if the window's keypad mode is enabled.
528 Depending on the terminal mode
541 is not well-defined.
545 function-key-rich keyboard of the AT&T 7300
582 when a window's \*(``no time-out\*('' mode is
617 reads only single-byte characters.
632 signal to a handler interrupting a \fIread\fP(2) call in progress,
635 whether an input timeout or non-blocking mode has been set.
655 but no higher-level functions use the feature.
677 library in its wide-character configuration
691 ECMA-6 \*(``7-bit coded Character Set\*(''
692 \%<https://\*:ecma\-international\*:.org/\
693 \*:publications\-and\-standards/\*:standards/\*:ecma\-6/>
695 ECMA-48 \*(``Control Functions for Coded Character Sets\*(''
696 \%<https://\*:ecma\-international\*:.org/\
697 \*:publications\-and\-standards/\*:standards/\*:ecma\-48/>