• Home
  • Raw
  • Download

Lines Matching +full:- +full:- +full:raw +full:- +full:output

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"
63 \fB\%raw\fP,
66 \fB\%typeahead\fP \-
87 \fBint raw(void);
112 Window-specific settings are not automatically applied to new or derived
122 erase/kill character-processing
136 Note that \fB\%cbreak\fP overrides \fBraw\fP.
155 The \fB\%halfdelay\fP routine is used for half-delay mode,
162 Use \fB\%nocbreak\fP to leave half-delay mode.
173 all output in the terminal driver queue is flushed,
246 The \fB\%nodelay\fP option causes \fB\%getch\fP to be a non-blocking
266 .SS "raw, noraw"
267 The \fBraw\fP and \fB\%noraw\fP routines place the terminal into or out
268 of raw mode.
272 The differences are that in raw mode,
285 normal flush of input and output queues associated with the \fBINTR\fP,
292 output to continue as though the interrupt had not occurred,
297 non-blocking read for a given window.
303 then a non-blocking read is used
321 does \*(``line-breakout optimization\*('' by looking for typeahead
337 \-1,
378 from raw and cbreak modes respectively.
379 Mixing \fBraw\fP/\fB\%noraw\fP and \fB\%cbreak\fP/\fB\%nocbreak\fP calls
397 is_raw raw noraw
402 .TP 4 \" "-1" + 2n
410 \-1
444 but the BSD \fBraw\fP call turned it off as a side effect.
449 X/Open Curses is ambiguous regarding whether \fBraw\fP should disable
460 on the assumption that a programmer requesting raw input wants a clean
462 8-bit clean)
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
525 on output as well as input.
538 both input and output were controlled via a single option
541 Because that conversion interferes with output optimization,
547 to eliminate their effect on output.