Lines Matching +full:- +full:only

3 .\" Copyright 2021-2023,2024 Thomas E. Dickey                                *
4 .\" Copyright 2008-2015,2017 Free Software Foundation, Inc. *
32 .TH curs_threads 3X 2024-03-16 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
55 \fB\%use_window\fP \-
56 \fIcurses\fR support for multi-threaded applications
73 The \fI\%ncurses\fP library can be configured to support multi-threaded
105 maintaining them as as read-only values in the \fISCREEN\fP structure.
108 thread-safe.
109 We would expect a multi-threaded application to have threads updating
124 coarse-grained mutexes for their respective \fI\%WINDOW\fP and
126 they call a user-supplied function,
128 and return the value from the user-supplied function to the application.
136 global data used in the low-level \fIterminfo\fP or \fItermcap\fP
159 \fI\%ncurses\fP library when configured to support multi-threaded
169 COLORS screen (read-only)
171 COLOR_PAIRS screen (read-only)
172 COLS screen (read-only)
173 ESCDELAY screen (read-only; see \fBset_escdelay\fP)
174 LINES screen (read-only)
178 TABSIZE screen (read-only; see \fBset_tabsize\fP)
180 acs_map screen (read-only)
205 boolcodes global (read-only)
206 boolfnames global (read-only)
207 boolnames global (read-only)
224 curscr screen (read-only)
225 curses_version global (read-only)
415 newscr screen (read-only)
427 numcodes global (read-only)
428 numfnames global (read-only)
429 numnames global (read-only)
488 \fBstdscr\fP screen (read-only)
489 strcodes global (read-only)
490 strfnames global (read-only)
491 strnames global (read-only)
512 ttytype screen (read-only)
626 by the user-supplied function they are called with.