X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_getstr.3x.html;fp=doc%2Fhtml%2Fman%2Fcurs_getstr.3x.html;h=9567bb3a789fae2b6d6db285b040ca851f0b852b;hb=084e3b44fc1c904d5ab941da55f47a237cb15766;hp=7622e5c00f5b084e23fd59697555f5245e6052fd;hpb=89d66edde5b9525fff1f4343470231344d1ff2c6;p=ncurses.git diff --git a/doc/html/man/curs_getstr.3x.html b/doc/html/man/curs_getstr.3x.html index 7622e5c0..9567bb3a 100644 --- a/doc/html/man/curs_getstr.3x.html +++ b/doc/html/man/curs_getstr.3x.html @@ -27,19 +27,19 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_getstr.3x,v 1.49 2023/10/07 21:19:07 tom Exp @ + * @Id: curs_getstr.3x,v 1.51 2023/11/25 14:29:54 tom Exp @ --> -curs_getstr 3x 2023-10-07 ncurses 6.4 Library calls +curs_getstr 3x 2023-11-25 ncurses 6.4 Library calls -

curs_getstr 3x 2023-10-07 ncurses 6.4 Library calls

+

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

 curs_getstr(3x)                  Library calls                 curs_getstr(3x)
 
@@ -105,17 +105,8 @@
        letting the application prevent overflow of the input buffer.
 
 
-

NOTES

-       Any of these functions other than wgetnstr may be macros.
-
-       Using getstr, mvgetstr, mvwgetstr, or  wgetstr  to  read  a  line  that
-       overflows  the  array  pointed to by str causes undefined results.  The
-       use of getnstr, mvgetnstr, mvwgetnstr, or  wgetnstr,  respectively,  is
-       recommended.
-
-
 

RETURN VALUE

-       All   of   these  functions  return  the  integer  OK  upon  successful
+       All  of  these  functions  return  the  integer  OK   upon   successful
        completion.  (SVr4 specifies only "an integer value other than ERR") If
        unsuccessful, they return ERR.
 
@@ -129,15 +120,24 @@
 
        o   if the associated call to wgetch failed.
 
-       This  implementation  provides  an  extension  as  well.  If a SIGWINCH
-       interrupts the function, it will return KEY_RESIZE rather  than  OK  or
+       This implementation provides an  extension  as  well.   If  a  SIGWINCH
+       interrupts  the  function,  it will return KEY_RESIZE rather than OK or
        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

+       Any of these functions other than wgetnstr may be macros.
+
+       Using getstr, mvgetstr, mvwgetstr, or  wgetstr  to  read  a  line  that
+       overflows  the  array  pointed to by str causes undefined results.  The
+       use of getnstr, mvgetnstr, mvwgetnstr, or  wgetnstr,  respectively,  is
+       recommended.
+
+
 

PORTABILITY

        These functions are described in The Single Unix Specification, Version
        2.  No error conditions are defined.
@@ -240,15 +240,15 @@
 
 
 
-ncurses 6.4                       2023-10-07                   curs_getstr(3x)
+ncurses 6.4                       2023-11-25                   curs_getstr(3x)