Lines Matching +full:input +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)
248 get_wch screen (input operation)
249 get_wstr screen (input operation)
256 getch screen (input operation)
261 getmouse screen (input operation)
262 getn_wstr screen (input operation)
263 getnstr screen (input operation)
266 getstr screen (input operation)
267 getwin screen (input operation)
344 mvget_wch screen (input operation)
345 mvget_wstr screen (input operation)
346 mvgetch screen (input operation)
347 mvgetn_wstr screen (input operation)
348 mvgetnstr screen (input operation)
349 mvgetstr screen (input operation)
384 mvwget_wch screen (input operation)
385 mvwget_wstr screen (input operation)
386 mvwgetch screen (input operation)
387 mvwgetn_wstr screen (input operation)
388 mvwgetnstr screen (input operation)
389 mvwgetstr screen (input operation)
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)
515 unget_wch screen (input operation)
516 ungetch screen (input operation)
517 ungetmouse screen (input operation)
570 wget_wch screen (input operation)
571 wget_wstr screen (input operation)
573 wgetch screen (input operation)
575 wgetn_wstr screen (input operation)
576 wgetnstr screen (input operation)
579 wgetstr screen (input operation)
626 by the user-supplied function they are called with.