X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_getch.3x.html;h=9eb474eb945ce2e160aa12649926c529a3031b43;hb=d1a029866f6d84087781eaa81de19949d8533426;hp=3515adbff17f9ad8029265ed4cba9d9cd58aa826;hpb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045;p=ncurses.git diff --git a/doc/html/man/curs_getch.3x.html b/doc/html/man/curs_getch.3x.html index 3515adbf..9eb474eb 100644 --- a/doc/html/man/curs_getch.3x.html +++ b/doc/html/man/curs_getch.3x.html @@ -1,7 +1,7 @@ - -curs_getch 3x +curs_getch 3x 2023-07-01 ncurses 6.4 Library calls - + -

curs_getch 3x

+

curs_getch 3x 2023-07-01 ncurses 6.4 Library calls

-curs_getch(3x)                                                  curs_getch(3x)
+curs_getch(3x)                   Library calls                  curs_getch(3x)
 
 
 
@@ -56,7 +56,7 @@
        #include <curses.h>
 
        int getch(void);
-       int wgetch(WINDOW *win);
+       int wgetch(WINDOW *win);
 
        int mvgetch(int y, int x);
        int mvwgetch(WINDOW *win, int y, int x);
@@ -150,7 +150,7 @@
            the  long  terminfo capability names for the keys, and were defined
            long ago, in the 1980s.
 
-                  Name            Key name
+                  Name            Key name
                   -------------------------------------------------
                   KEY_BREAK       Break key
                   KEY_DOWN        The four arrow keys ...
@@ -201,7 +201,7 @@
                   KEY_HELP        Help key
                   KEY_MARK        Mark key
                   KEY_MESSAGE     Message key
-                  KEY_MOUSE       Mouse event read
+                  KEY_MOUSE       Mouse event occurred
                   KEY_MOVE        Move key
                   KEY_NEXT        Next object key
                   KEY_OPEN        Open key
@@ -229,7 +229,7 @@
                   KEY_SFIND       Shifted find key
                   KEY_SHELP       Shifted help key
                   KEY_SHOME       Shifted home key
-                  KEY_SIC         Shifted input key
+                  KEY_SIC         Shifted insert key
                   KEY_SLEFT       Shifted left arrow key
                   KEY_SMESSAGE    Shifted message key
                   KEY_SMOVE       Shifted move key
@@ -239,7 +239,7 @@
                   KEY_SPRINT      Shifted print key
                   KEY_SREDO       Shifted redo key
                   KEY_SREPLACE    Shifted replace key
-                  KEY_SRIGHT      Shifted right arrow
+                  KEY_SRIGHT      Shifted right arrow key
                   KEY_SRSUME      Shifted resume key
                   KEY_SSAVE       Shifted save key
                   KEY_SSUSPEND    Shifted suspend key
@@ -264,8 +264,8 @@
 
        o   KEY_MOUSE  is returned for mouse-events (see curs_mouse(3x)).  This
            code relies upon whether or not keypad(3x) has  been  enabled,  be-
-           cause  (e.g., with xterm mouse prototocol) ncurses must read escape
-           sequences, just like a function key.
+           cause  (e.g., with xterm(1) mouse prototocol) ncurses must read es-
+           cape sequences, just like a function key.
 
 
 

Testing key-codes

@@ -375,15 +375,15 @@
 
 
 

SEE ALSO

-       curses(3x),    curs_inopts(3x),    curs_outopts(3x),    curs_mouse(3x),
-       curs_move(3x), curs_refresh(3x), curs_variables(3x), resizeterm(3x).
+       curses(3x), curs_inopts(3x), curs_mouse(3x),  curs_move(3x),  curs_out-
+       opts(3x), curs_refresh(3x), curs_variables(3x), resizeterm(3x).
 
        Comparable  functions  in the wide-character (ncursesw) library are de-
        scribed in curs_get_wch(3x).
 
 
 
-                                                                curs_getch(3x)
+ncurses 6.4                       2023-07-01                    curs_getch(3x)