X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_getch.3x.html;h=297f2b1613f9a1eed83605c2fabd24b1d5816368;hp=2bdcdc423a25de7acb6244d71566a091f1c4177b;hb=761e4f0825b330e970558e82a4bd638383914429;hpb=f86cbeb5f9bd96ab041d34039c35749a14965039;ds=sidebyside diff --git a/doc/html/man/curs_getch.3x.html b/doc/html/man/curs_getch.3x.html index 2bdcdc42..297f2b16 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