Lines Matching +full:kind +full:- +full:of +full:- +full:intr

3 .\" Copyright 2018-2023,2024 Thomas E. Dickey                                *
4 .\" Copyright 1998-2016,2017 Free Software Foundation, Inc. *
6 .\" Permission is hereby granted, free of charge, to any person obtaining a *
7 .\" copy of this software and associated documentation files (the *
11 .\" copies of the Software, and to permit persons to whom the Software is *
15 .\" in all copies or substantial portions of the Software. *
17 .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS *
18 .\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF *
21 .\" DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
22 .\" OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR *
25 .\" Except as contained in this notice, the name(s) of the above copyright *
32 .TH curs_inopts 3X 2024-04-13 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
66 \fB\%typeahead\fP \-
112 Window-specific settings are not automatically applied to new or derived
122 erase/kill character-processing
137 [See \fB\%curs_getch\fP(3X) for a discussion of how these routines
146 Authors of most interactive programs prefer to do
147 their own echoing in a controlled area of the screen,
151 discussion of how these routines interact with \fB\%cbreak\fP and
155 The \fB\%halfdelay\fP routine is used for half-delay mode,
159 after blocking for \fItenths\fP tenths of seconds,
161 The value of \fItenths\fP must be a number between 1 and 255.
162 Use \fB\%nocbreak\fP to leave half-delay mode.
174 giving the effect of faster response to the interrupt,
177 to have the wrong idea of what is on the screen.
190 The \fB\%keypad\fP option enables the keypad of the user's terminal.
217 the control mode of the terminal driver [see \fI\%termios\fP(3)].
246 The \fB\%nodelay\fP option causes \fB\%getch\fP to be a non-blocking
263 The purpose of the timeout is to distinguish sequences produced by a
278 instead of generating a signal.
279 The behavior of the BREAK key depends on other bits in the terminal
285 normal flush of input and output queues associated with the \fBINTR\fP,
297 non-blocking read for a given window.
303 then a non-blocking read is used
315 plus the additional capability of being able to block for only
321 does \*(``line-breakout optimization\*('' by looking for typeahead
337 \-1,
402 .TP 4 \" "-1" + 2n
410 \-1
425 extensions should condition their use on the visibility of the
434 and the historical practice of AT&T
462 8-bit clean)
471 .B \-x
472 option of \fB\%@TIC@\fP,
478 (depending on previous loads of terminal descriptions)
479 may differ from one execution of a program to the next.
494 Low-level applications can use \fB\%tigetstr\fP to obtain the definition
496 Higher-level applications which use the
508 defined by the array of string capability names.
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
526 X/Open Curses documents the use of these functions only for input.