X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_getch.3x.html;h=64953795ad9b5c4d6583f0842791b4c86269c90a;hp=2bdcdc423a25de7acb6244d71566a091f1c4177b;hb=2e5d72d6396bb38a8d1d1b3534f62e28aebaa600;hpb=f86cbeb5f9bd96ab041d34039c35749a14965039 diff --git a/doc/html/man/curs_getch.3x.html b/doc/html/man/curs_getch.3x.html index 2bdcdc42..64953795 100644 --- a/doc/html/man/curs_getch.3x.html +++ b/doc/html/man/curs_getch.3x.html @@ -1,8 +1,8 @@ - + @@ -110,7 +110,6 @@ be returned by the next call to wgetch. There is just one input queue for all windows. - Function Keys The following function keys, defined in <curses.h>, might be returned by getch if keypad has been enabled. Note @@ -179,8 +178,8 @@ KEY_REPLACE Replace key KEY_RESIZE Screen resized KEY_RESTART Restart key - KEY_RESUME Resume key + KEY_RESUME Resume key KEY_SAVE Save key KEY_SBEG Shifted beginning key KEY_SCANCEL Shifted cancel key @@ -233,21 +232,18 @@ sion of KEY_MOUSE. -

RETURN VALUE

        All routines return the integer ERR upon  failure  and  an
        integer value other than ERR (OK in the case of ungetch())
        upon successful completion.
 
-              ungetch
-                   returns an error if there is no more  room  in
-                   the FIFO.
+          ungetch
+               returns ERR if there is no more room in the FIFO.
 
-              wgetch
-                   returns  an  error  if  the  window pointer is
-                   null, or if its timeout expires without having
-                   any data.
+          wgetch
+               returns ERR if the window pointer is null,  or  if
+               its timeout expires without having any data.
 
        Functions  with a "mv" prefix first perform a cursor move-
        ment using wmove, and return an error if the  position  is
@@ -321,7 +317,7 @@
        documentation.  Under historical  curses  implementations,
        it  varied depending on whether the operating system's im-
        plementation  of  handled  signal  receipt  interrupts   a
-       read(2)  call in progress or not, and also (in some imple-
+       read(2)  call in progress or not, and also (in some imple-
        mentations) depending on whether an input timeout or  non-
        blocking mode has been set.