X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_get_wch.3x.html;fp=doc%2Fhtml%2Fman%2Fcurs_get_wch.3x.html;h=38e0e20995a5a08b8c35b55bff3f82a60cb4ebeb;hb=084e3b44fc1c904d5ab941da55f47a237cb15766;hp=ea28e6353d103f6fe31fa05342807591419032b0;hpb=89d66edde5b9525fff1f4343470231344d1ff2c6;p=ncurses.git diff --git a/doc/html/man/curs_get_wch.3x.html b/doc/html/man/curs_get_wch.3x.html index ea28e635..38e0e209 100644 --- a/doc/html/man/curs_get_wch.3x.html +++ b/doc/html/man/curs_get_wch.3x.html @@ -27,19 +27,19 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_get_wch.3x,v 1.28 2023/11/11 11:39:15 tom Exp @ + * @Id: curs_get_wch.3x,v 1.30 2023/11/25 13:58:47 tom Exp @ --> -curs_get_wch 3x 2023-11-11 ncurses 6.4 Library calls +curs_get_wch 3x 2023-11-25 ncurses 6.4 Library calls -

curs_get_wch 3x 2023-11-11 ncurses 6.4 Library calls

+

curs_get_wch 3x 2023-11-25 ncurses 6.4 Library calls

 curs_get_wch(3x)                 Library calls                curs_get_wch(3x)
 
@@ -118,42 +118,44 @@
        special keys.
 
 
-

NOTES

-       The header file  <curses.h>  automatically  includes  the  header  file
-       <stdio.h>.
-
-       Applications  should  not  define the escape key by itself as a single-
-       character function.
-
-       When using get_wch, wget_wch, mvget_wch,  or  mvwget_wch,  applications
-       should not use nocbreak mode and echo mode at the same time.  Depending
-       on the state of the tty  driver  when  each  character  is  typed,  the
-       program may produce undesirable results.
-
-       All functions except wget_wch and unget_wch may be macros.
-
-
 

RETURN VALUE

        When   get_wch,   wget_wch,   mvget_wch,   and   mvwget_wch   functions
-       successfully report  the  pressing  of  a  function  key,  they  return
-       KEY_CODE_YES.   When  they  successfully  report a wide character, they
+       successfully  report  the  pressing  of  a  function  key,  they return
+       KEY_CODE_YES.  When they successfully report  a  wide  character,  they
        return OK.  Otherwise, they return ERR.
 
-       Upon successful  completion,  unget_wch  returns  OK.   Otherwise,  the
+       Upon  successful  completion,  unget_wch  returns  OK.   Otherwise, the
        function returns ERR.
 
-       Functions  with  a  "mv"  prefix  first perform a cursor movement using
+       Functions with a "mv" prefix first  perform  a  cursor  movement  using
        wmove, and return an error if the position is outside the window, or if
        the window pointer is null.
 
 
+

NOTES

+       Applications should not define the escape key by itself  as  a  single-
+       character function.
+
+       When  using  get_wch,  wget_wch, mvget_wch, or mvwget_wch, applications
+       should not use nocbreak mode and echo mode at the same time.  Depending
+       on  the  state  of  the  tty  driver  when each character is typed, the
+       program may produce undesirable results.
+
+       All of these symbols except wget_wch and unget_wch may be available  as
+       macros.
+
+
+

PORTABILITY

+       These functions are described in the XSI Curses standard, Issue 4.
+
+
 

SEE ALSO

        curses(3x),    curs_getch(3x),    curs_inopts(3x),    curs_ins_wch(3x),
        curs_move(3x), curs_refresh(3x)
 
 
 
-ncurses 6.4                       2023-11-11                  curs_get_wch(3x)
+ncurses 6.4                       2023-11-25                  curs_get_wch(3x)