X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_inopts.3x.html;h=94beb03418657167f105008a42ce030e434c3e59;hp=7aea80376f0d722b7dbb0e76788674b25d02c15c;hb=8f6d94b8d6211a2323caef53fa4c96c475ec9a62;hpb=ed646e3f683083e787c6ba773364401dc9fa9d40 diff --git a/doc/html/man/curs_inopts.3x.html b/doc/html/man/curs_inopts.3x.html index 7aea8037..94beb034 100644 --- a/doc/html/man/curs_inopts.3x.html +++ b/doc/html/man/curs_inopts.3x.html @@ -1,6 +1,6 @@ - + curs_inopts 3x - + @@ -112,7 +112,7 @@ The halfdelay routine is used for half-delay mode, which is similar to cbreak mode in that characters typed by the user are immediately avail- able to the program. However, after blocking for tenths tenths of sec- - onds, ERR is returned if nothing has been typed. The value of tenths + onds, ERR is returned if nothing has been typed. The value of tenths must be a number between 1 and 255. Use nocbreak to leave half-delay mode. @@ -141,7 +141,7 @@

meta

        Initially,  whether the terminal returns 7 or 8 significant bits on in-
-       put depends on the control mode of the tty driver [see termio(7)].   To
+       put depends on the control mode of the tty driver [see termios(3)].  To
        force  8  bits  to be returned, invoke meta(win, TRUE); this is equiva-
        lent, under POSIX, to setting the CS8 flag on the terminal.  To force 7
        bits to be returned, invoke meta(win, FALSE); this is equivalent, under
@@ -177,7 +177,7 @@
 

noqiflush

        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  is  called,  the  queues  will  be
+       done [see termios(3)].  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
        the interrupt had not occurred, after the handler exits.
@@ -207,7 +207,7 @@
 
 
 

RETURN VALUE

-       All routines that return an integer return  ERR  upon  failure  and  OK
+       All routines that return an integer return  ERR  upon  failure  and  OK
        (SVr4 specifies only "an integer value other than ERR") upon successful
        completion, unless otherwise noted in the  preceding  routine  descrip-
        tions.
@@ -274,7 +274,7 @@
 
 

SEE ALSO

        curses(3x),   curs_getch(3x),   curs_initscr(3x),   curs_util(3x),  de-
-       fine_key(3x), termio(7)
+       fine_key(3x), termios(3)