Lines Matching +full:first +full:- +full:conversion +full:- +full:delay
3 .\" Copyright 2018-2023,2024 Thomas E. Dickey *
4 .\" Copyright 1998-2016,2017 Free Software Foundation, Inc. *
32 .TH curs_inopts 3X 2024-04-13 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
66 \fB\%typeahead\fP \-
94 \fBvoid timeout(int \fIdelay\fP);
95 \fBvoid wtimeout(WINDOW *\fIwin\fP, int \fIdelay\fP);
112 Window-specific settings are not automatically applied to new or derived
122 erase/kill character-processing
155 The \fB\%halfdelay\fP routine is used for half-delay mode,
162 Use \fB\%nocbreak\fP to leave half-delay mode.
246 The \fB\%nodelay\fP option causes \fB\%getch\fP to be a non-blocking
297 non-blocking read for a given window.
298 If \fIdelay\fP is negative,
302 If \fIdelay\fP is zero,
303 then a non-blocking read is used
308 \fIdelay\fP is positive,
311 blocks for \fIdelay\fP milliseconds,
316 \fIdelay\fP milliseconds
317 (where \fIdelay\fP is positive).
321 does \*(``line-breakout optimization\*('' by looking for typeahead
337 \-1,
402 .TP 4 \" "-1" + 2n
410 \-1
462 8-bit clean)
465 When \fB\%keypad\fP is first enabled,
471 .B \-x
494 Low-level applications can use \fB\%tigetstr\fP to obtain the definition
496 Higher-level applications which use the
514 and if a capability's value is the same as a previously-loaded
524 to control the conversion of newlines to carriage return/line feed
541 Because that conversion interferes with output optimization,