X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_inchstr.3x.html;fp=doc%2Fhtml%2Fman%2Fcurs_inchstr.3x.html;h=e01860a40757ad4c5b0c474ba828bddc269ce681;hb=00dd248b527ad47f0fc3b0776a0889da0ac926d0;hp=4dfe5f7c413e3120619cc4730baf2eb279a80dac;hpb=5e7c0d571f78d9a76ea55fb5bb3a145d0e164264;p=ncurses.git diff --git a/doc/html/man/curs_inchstr.3x.html b/doc/html/man/curs_inchstr.3x.html index 4dfe5f7c..e01860a4 100644 --- a/doc/html/man/curs_inchstr.3x.html +++ b/doc/html/man/curs_inchstr.3x.html @@ -27,19 +27,19 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_inchstr.3x,v 1.42 2024/03/16 15:35:01 tom Exp @ + * @Id: curs_inchstr.3x,v 1.45 2024/04/20 21:20:07 tom Exp @ --> -curs_inchstr 3x 2024-03-16 ncurses 6.4 Library calls +curs_inchstr 3x 2024-04-20 ncurses 6.4 Library calls -

curs_inchstr 3x 2024-03-16 ncurses 6.4 Library calls

+

curs_inchstr 3x 2024-04-20 ncurses 6.4 Library calls

 curs_inchstr(3x)                 Library calls                curs_inchstr(3x)
 
@@ -92,9 +92,8 @@
 
        o   if the chstr parameter is null.
 
-       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.
+       Functions prefixed with "mv" first perform cursor movement and fail  if
+       the position (y, x) is outside the window boundaries.
 
 
 

NOTES

@@ -104,16 +103,16 @@
        does not document whether a length limit argument includes any trailing
        0; and it does not document the meaning of the return value.
 
-       Reading a line that overflows  the  array  pointed  to  by  chstr  with
-       inchstr,  mvinchstr,  mvwinchstr  or winchstr causes undefined results.
-       Therefore, the use of inchnstr, mvinchnstr, mvwinchnstr,  or  winchnstr
+       Reading  a  line  that  overflows  the  array  pointed to by chstr with
+       inchstr, mvinchstr, mvwinchstr or winchstr  causes  undefined  results.
+       Therefore,  the  use of inchnstr, mvinchnstr, mvwinchnstr, or winchnstr
        is recommended.
 
 
 

PORTABILITY

-       These  functions are described in the XSI Curses standard, Issue 4.  It
-       is no more specific than the SVr4 documentation on the trailing 0.   It
-       does specify that the successful return of the functions is OK.
+       These functions are described in X/Open Curses, Issue 4.  It is no more
+       specific  than  the  SVr4  documentation  on  the  trailing 0.  It does
+       specify that the successful return of the functions is OK.
 
 
 

SEE ALSO

@@ -121,7 +120,7 @@
 
 
 
-ncurses 6.4                       2024-03-16                  curs_inchstr(3x)
+ncurses 6.4                       2024-04-20                  curs_inchstr(3x)