X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_get_wstr.3x.html;h=6129083184727576f6e0bcd45e3d7d9a6dd0d032;hb=75a9c36c205ebefe07580acd0b1053a2abbd44b9;hp=fcecf4cb7e98cd64f811d523b7ca991fbd33245e;hpb=31c4bcf3307145fc5368b4aaf15e41bdd66a984b;p=ncurses.git diff --git a/doc/html/man/curs_get_wstr.3x.html b/doc/html/man/curs_get_wstr.3x.html index fcecf4cb..61290831 100644 --- a/doc/html/man/curs_get_wstr.3x.html +++ b/doc/html/man/curs_get_wstr.3x.html @@ -1,6 +1,6 @@ -curs_get_wstr 3x 2023-09-16 ncurses 6.4 Library calls +curs_get_wstr 3x 2024-04-13 ncurses 6.4 Library calls -

curs_get_wstr 3x 2023-09-16 ncurses 6.4 Library calls

+

curs_get_wstr 3x 2024-04-13 ncurses 6.4 Library calls

 curs_get_wstr(3x)                Library calls               curs_get_wstr(3x)
 
@@ -111,18 +111,6 @@
        buffer.
 
 
-

NOTES

-       Any of these functions other than wgetn_wstr may be macros.
-
-       Using get_wstr, mvget_wstr, mvwget_wstr, or wget_wstr to  read  a  line
-       that  overflows  the array pointed to by wstr causes undefined results.
-       The  use  of  getn_wstr,  mvgetn_wstr,  mvwgetn_wstr,  or   wgetn_wstr,
-       respectively, is recommended.
-
-       These  functions  cannot  return KEY_ values because there is no way to
-       distinguish a KEY_ value from a valid wchar_t value.  may be macros.
-
-
 

RETURN VALUE

        All  of  these  functions  return  the  integer  OK   upon   successful
        completion.  If unsuccessful, they return ERR.
@@ -142,6 +130,18 @@
        the window pointer is null.
 
 
+

NOTES

+       Any of these functions other than wgetn_wstr may be macros.
+
+       Using  get_wstr,  mvget_wstr,  mvwget_wstr, or wget_wstr to read a line
+       that overflows the array pointed to by wstr causes  undefined  results.
+       The   use  of  getn_wstr,  mvgetn_wstr,  mvwgetn_wstr,  or  wgetn_wstr,
+       respectively, is recommended.
+
+       These functions cannot return KEY_ values because there is  no  way  to
+       distinguish a KEY_ value from a valid wchar_t value.
+
+
 

PORTABILITY

        These functions are described in The Single Unix Specification, Version
        2.  No error conditions are defined.
@@ -172,30 +172,33 @@
        X/Open  Curses  does  not  specify  what  happens  if  the  length n is
        negative.
 
-       o   For analogy with wgetnstr, ncurses  6.2  uses  a  limit  (based  on
+       o   For analogy with wgetnstr, ncurses  6.2  uses  a  limit  (based  on
            LINE_MAX).
 
        o   Some  other  implementations (such as Solaris xcurses) do the same,
            while others (PDCurses) do not allow this.
 
-       o   NetBSD 7 curses imitates ncurses 6.1 in this regard, treating a  -1
+       o   NetBSD 7 curses imitates ncurses 6.1 in this regard, treating a  -1
            as an indefinite number of characters.
 
 
 

SEE ALSO

-       Functions: curses(3x), curs_get_wch(3x), curs_getstr(3x).
+       curs_getstr(3x)  describes  comparable functions of the ncurses library
+       in its non-wide-character configuration.
+
+       curses(3x), curs_get_wch(3x)
 
 
 
-ncurses 6.4                       2023-09-16                 curs_get_wstr(3x)
+ncurses 6.4                       2024-04-13                 curs_get_wstr(3x)