X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_getch.3x.html;h=f723897948a8f554dd338f5167a4fc348476bfad;hb=06720acc1c1eb0ca239e9f71e485888cc1e1948b;hp=15f523c8f70f77f71d092197a4418d372f8d3066;hpb=11854b6f2589c0dffe220f34b720271ec1b33840;p=ncurses.git diff --git a/doc/html/man/curs_getch.3x.html b/doc/html/man/curs_getch.3x.html index 15f523c8..f7238979 100644 --- a/doc/html/man/curs_getch.3x.html +++ b/doc/html/man/curs_getch.3x.html @@ -28,19 +28,19 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_getch.3x,v 1.91 2024/05/18 20:23:57 tom Exp @ + * @Id: curs_getch.3x,v 1.93 2024/05/25 20:57:17 tom Exp @ --> -curs_getch 3x 2024-05-18 ncurses 6.5 Library calls +curs_getch 3x 2024-05-25 ncurses 6.5 Library calls -

curs_getch 3x 2024-05-18 ncurses 6.5 Library calls

+

curs_getch 3x 2024-05-25 ncurses 6.5 Library calls

 curs_getch(3x)                   Library calls                  curs_getch(3x)
 
@@ -357,8 +357,8 @@
        well-defined.
 
        Historically, the list of key code macros above was influenced  by  the
-       function-key-rich  keyboard  of  the AT&T 7300 (also known variously as
-       the "3B1", "Safari  4",  and  "UNIX  PC"),  a  1985  machine.   Today's
+       keyboard  of  the AT&T 7300 (also known variously as the "3B1", "Safari
+       4", and "UNIX PC"), a 1985 machine  rich  in  function  keys.   Today's
        computer  keyboards  are  based  that of the IBM PC/AT and tend to have
        fewer.  A curses application can expect such a keyboard to transmit key
        codes   KEY_UP,   KEY_DOWN,  KEY_LEFT,  KEY_RIGHT,  KEY_HOME,  KEY_END,
@@ -382,8 +382,8 @@
        Applications employing ncurses extensions should condition their use on
        the visibility of the NCURSES_VERSION preprocessor macro.
 
-       X/Open Curses, Issue 4 describes getch, wgetch, mvgetch, mvwgetch,  and
-       ungetch.  It specifies no error conditions for them.
+       Except as noted in section "EXTENSIONS" above, X/Open Curses,  Issue  4
+       describes these functions.  It specifies no error conditions for them.
 
        wgetch reads only single-byte characters.
 
@@ -411,6 +411,12 @@
 
 
 

SEE ALSO

+       ECMA-6  "7-bit  coded  Character  Set" <https://ecma-international.org/
+       publications-and-standards/standards/ecma-6/>
+
+       ECMA-48  "Control  Functions  for  Coded  Character   Sets"   <https://
+       ecma-international.org/publications-and-standards/standards/ecma-48/>
+
        curs_get_wch(3x)  describes comparable functions of the ncurses library
        in its wide-character configuration (ncursesw).
 
@@ -418,15 +424,9 @@
        curs_move(3x),  curs_outopts(3x), curs_refresh(3x), curs_variables(3x),
        resizeterm(3x), ascii(7)
 
-       ECMA-6 "7-bit  coded  Character  Set"  <https://ecma-international.org/
-       publications-and-standards/standards/ecma-6/>
-
-       ECMA-48   "Control   Functions  for  Coded  Character  Sets"  <https://
-       ecma-international.org/publications-and-standards/standards/ecma-48/>
-
 
 
-ncurses 6.5                       2024-05-18                    curs_getch(3x)
+ncurses 6.5                       2024-05-25                    curs_getch(3x)