X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_inopts.3x.html;h=c22be9daf3bd0a14986cc6952df1bb85a45f324b;hp=a7ab87a522db130085e56c0c3391ab86ee3de5fa;hb=62ca6190a9a8ddccb2c4d5ca7b2ef9f88432da65;hpb=6208c89f98f1cf9fe0980bd8e791846ce007a13d diff --git a/doc/html/man/curs_inopts.3x.html b/doc/html/man/curs_inopts.3x.html index a7ab87a5..c22be9da 100644 --- a/doc/html/man/curs_inopts.3x.html +++ b/doc/html/man/curs_inopts.3x.html @@ -1,6 +1,6 @@ @@ -193,8 +193,8 @@ and output queues associated with the INTR, QUIT and SUSP characters will not be done [see termio(7)]. When qiflush is called, the queues will be flushed when these control - characters are read. You may want to call noqiflush() in - a signal handler if you want output to continue as though + characters are read. You may want to call noqiflush in a + signal handler if you want output to continue as though the interrupt had not occurred, after the handler exits. @@ -257,7 +257,7 @@ When keypad is first enabled, ncurses loads the key-defi- nitions for the current terminal description. If the ter- minal description includes extended string capabilities, - e.g., from using the -x option of tic, then ncurses also + e.g., from using the -x option of tic, then ncurses also defines keys for the capabilities whose names begin with "k". The corresponding keycodes are generated and (de- pending on previous loads of terminal descriptions) may @@ -268,7 +268,7 @@ curses key-names). On the other hand, an application can use define_key to establish a specific keycode for a given string. This makes it possible for an application to - check for an extended capability's presence with tigetstr, + check for an extended capability's presence with tigetstr, and reassign the keycode to match its own needs. Low-level applications can use tigetstr to obtain the def-