Lines Matching +full:system +full:- +full:wide

3 .\" Copyright 2018-2023,2024 Thomas E. Dickey                                *
4 .\" Copyright 1998-2015,2017 Free Software Foundation, Inc. *
32 .TH curs_util 3X 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
60 \fB\%wunctrl\fP \-
92 e.g., a one-character string containing the key.
103 shown in the \fBM\-\fIX\fR notation,
131 to the wide-character value \fIw\fP.
164 in-memory copy of the terminal information.
180 Then it asks for the screen size via operating system calls.
188 from the operating system or terminal database.
206 with the value that it has obtained via operating system call
209 \fI\%ncurses\fP re-fetches the value of the environment variables so
221 \fI\%ncurses\fP uses operating system calls
228 operating system calls.
232 using operating system calls to obtain size.
251 The format differs between the wide-character (\fI\%ncursesw\fP) and
252 non-wide (\fI\%ncurses\fP) libraries.
255 the retrieved window is always created as a top-level window (or pad),
269 instead of sleeping and requesting resumption from the operating system.
319 The \fBkeyname\fP function may return the names of user-defined
320 string capabilities which are defined in the terminfo entry via the \fB\-x\fP
322 This implementation automatically assigns at run-time keycodes to
323 user-defined strings which begin with \*(``k\*(''.
325 the same value for different runs because user-defined codes are
332 They were not supported on Version 7, BSD or System V implementations.
335 .SS "putwin/getwin file-format"
340 use an implementation-specific format.
358 The implementations which use binary dumps use block-I/O
360 Those that use textual dumps use buffered-I/O.
363 Doing that can run into problems mixing block- and buffered-I/O.
372 the parameter is a 7-bit US\-ASCII code.
375 the parameter is in the range 128\-159, i.e., a C1 control code.
377 \fBunctrl\fP returns the parameter, i.e., a one-character string with
392 showing C1 controls from the upper-128 codes
397 Or they may ignore C1 controls and treat all of the upper-128 codes as
406 it determines whether to use the \*(``M\-\*('' prefix
413 this implementation returns strings \*(``M\-^@\*('', \*(``M\-^A\*('', etc.
421 If \fI\%ncurses\fP is configured to provide the sp-functions extension,