X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_inopts.3x.html;h=f5112af775315019a2f509b63af29a5336ab3e20;hp=214f949f4fe8f107405c38aa610204aa437bfab4;hb=b0b1980be11bba618d84beb8b30ac94e2c820602;hpb=761e4f0825b330e970558e82a4bd638383914429 diff --git a/doc/html/man/curs_inopts.3x.html b/doc/html/man/curs_inopts.3x.html index 214f949f..f5112af7 100644 --- a/doc/html/man/curs_inopts.3x.html +++ b/doc/html/man/curs_inopts.3x.html @@ -1,7 +1,7 @@ @@ -135,7 +135,7 @@ Initially, whether the terminal returns 7 or 8 significant bits on input depends on the control mode of the tty driv- - er [see termio(7)]. To force 8 bits to be returned, in- + er [see termio(7)]. To force 8 bits to be returned, in- voke meta(win, TRUE); this is equivalent, under POSIX, to setting the CS8 flag on the terminal. To force 7 bits to be returned, invoke meta(win, FALSE); this is equivalent, @@ -168,7 +168,7 @@ When the noqiflush routine is used, normal flush of input and output queues associated with the INTR, QUIT and SUSP - characters will not be done [see termio(7)]. When qiflush + 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 @@ -185,7 +185,7 @@ additional capability of being able to block for only de- lay milliseconds (where delay is positive). - The curses library does ``line-breakout optimization'' by + The curses library does "line-breakout optimization" by looking for typeahead periodically while updating the screen. If input is found, and it is coming from a tty, the current update is postponed until refresh or doupdate @@ -280,16 +280,13 @@

SEE ALSO

        curses(3x),       curs_getch(3x),        curs_initscr(3x),
-       curs_util(3x), define_key(3x), termio(7)
+       curs_util(3x), define_key(3x), termio(7)
 
 
 
                                                         curs_inopts(3x)
 

-
-Man(1) output converted with -man2html -
+Man(1) output converted with man2html