X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_threads.3x.html;fp=doc%2Fhtml%2Fman%2Fcurs_threads.3x.html;h=6a3ce0daa604057c1105dd440e16ecbe92e19b14;hp=2a2f0fd98a9caec76e66af14e23397f8ca9ad140;hb=71c0306f0824ef2b10c4c5813fb003db48f3012e;hpb=d96f3e9b8a422f6daa2101d4d165801421312aa0 diff --git a/doc/html/man/curs_threads.3x.html b/doc/html/man/curs_threads.3x.html index 2a2f0fd9..6a3ce0da 100644 --- a/doc/html/man/curs_threads.3x.html +++ b/doc/html/man/curs_threads.3x.html @@ -1,7 +1,7 @@ @@ -113,26 +113,26 @@ - global data, e.g., used in the low-level termin- fo or termcap interfaces. - - terminal data, e.g., associated with a call to - set_curterm. The terminal data are initialized + - terminal data, e.g., associated with a call to + set_curterm. The terminal data are initialized when screens are created. - - screen data, e.g., associated with a call to + - screen data, e.g., associated with a call to newterm or initscr. - - window data, e.g., associated with a call to - newwin or subwin. Windows are associated with - screens. Pads are not necessarily associated + - window data, e.g., associated with a call to + newwin or subwin. Windows are associated with + screens. Pads are not necessarily associated with a particular screen. - Most curses applications operate on one or more + Most curses applications operate on one or more windows within a single screen. - reentrant, i.e., it uses only the data passed as parameters. This table lists the scope of data used for each symbol in - the ncurses library when it is configured to support + the ncurses library when it is configured to support threading: Symbol Scope