X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_inopts.3x.html;h=d2d5b6b03f250e1dfd0cc6763301108f021c7ded;hp=214f949f4fe8f107405c38aa610204aa437bfab4;hb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012;hpb=761e4f0825b330e970558e82a4bd638383914429 diff --git a/doc/html/man/curs_inopts.3x.html b/doc/html/man/curs_inopts.3x.html index 214f949f..d2d5b6b0 100644 --- a/doc/html/man/curs_inopts.3x.html +++ b/doc/html/man/curs_inopts.3x.html @@ -1,7 +1,6 @@ - + + + curs_inopts 3x @@ -39,14 +41,13 @@

curs_inopts 3x


-
 curs_inopts(3x)                                         curs_inopts(3x)
 
 
 
 
 
-

NAME

+

NAME

        cbreak, nocbreak, echo, noecho, halfdelay, intrflush,
        keypad, meta, nodelay, notimeout, raw, noraw, noqiflush,
        qiflush, timeout, wtimeout, typeahead - curses input
@@ -54,7 +55,7 @@
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int cbreak(void);
@@ -77,7 +78,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        Normally, the tty driver buffers typed characters until  a
        newline  or  carriage return is typed.  The cbreak routine
        disables line buffering and erase/kill  character-process-
@@ -135,7 +136,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 +169,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 +186,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
@@ -199,7 +200,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        All  routines that return an integer return ERR upon fail-
        ure and OK (SVr4 specifies only "an  integer  value  other
        than  ERR")  upon  successful completion, unless otherwise
@@ -216,7 +217,7 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        These functions are described in the XSI Curses  standard,
        Issue 4.
 
@@ -264,7 +265,7 @@
 
 
 
-

NOTES

+

NOTES

        Note  that echo, noecho, halfdelay, intrflush, meta, node-
        lay, notimeout, noqiflush, qiflush, timeout, and  wtimeout
        may be macros.
@@ -278,18 +279,24 @@
 
 
 
-

SEE ALSO

+

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 -
+