X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_ins_wstr.3x.html;fp=doc%2Fhtml%2Fman%2Fcurs_ins_wstr.3x.html;h=5b00318eb0c1905ba24be233fb94cc8fbc6d743b;hb=00dd248b527ad47f0fc3b0776a0889da0ac926d0;hp=200264c5200d1c6d7877cbc4a658358be8240852;hpb=5e7c0d571f78d9a76ea55fb5bb3a145d0e164264;p=ncurses.git diff --git a/doc/html/man/curs_ins_wstr.3x.html b/doc/html/man/curs_ins_wstr.3x.html index 200264c5..5b00318e 100644 --- a/doc/html/man/curs_ins_wstr.3x.html +++ b/doc/html/man/curs_ins_wstr.3x.html @@ -27,19 +27,19 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_ins_wstr.3x,v 1.34 2024/04/13 22:14:06 tom Exp @ + * @Id: curs_ins_wstr.3x,v 1.38 2024/04/20 21:23:08 tom Exp @ --> -curs_ins_wstr 3x 2024-04-13 ncurses 6.4 Library calls +curs_ins_wstr 3x 2024-04-20 ncurses 6.4 Library calls -

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

+

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

 curs_ins_wstr(3x)                Library calls               curs_ins_wstr(3x)
 
@@ -95,37 +95,36 @@
 
        o   if the wins_wch function returns an error.
 
-       Functions  with  a  "mv"  prefix  first perform a cursor movement using
-       wmove(3x), 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

        All but wins_nwstr may be macros.
 
-       If  the first character in the string is a non-spacing character, these
-       functions will fail.  XSI does not define what will happen  if  a  non-
-       spacing character follows a control character.
+       If the first character in the string is a non-spacing character,  these
+       functions will fail.  X/Open Curses does not define what will happen if
+       a non-spacing character follows a control character.
 
 
 

PORTABILITY

-       These  functions  are  described  in  the XSI Curses standard, Issue 4,
-       which adds const qualifiers to the arguments.
+       These functions are described in X/Open Curses,  Issue  4,  which  adds
+       const qualifiers to the arguments.
 
-       X/Open states that the entire string is inserted if n is less  than  1.
-       This  is  probably  an  error,  because  it  is inconsistent with other
+       X/Open  states  that the entire string is inserted if n is less than 1.
+       This is probably an  error,  because  it  is  inconsistent  with  other
        functions, and differs from the X/Open implementation on Solaris.
 
 
 

SEE ALSO

-       curs_insstr(3x) describes comparable functions of the  ncurses  library
+       curs_insstr(3x)  describes  comparable functions of the ncurses library
        in its non-wide-character configuration.
 
        curses(3x), curs_ins_wch(3x), curs_in_wch(3x)
 
 
 
-ncurses 6.4                       2024-04-13                 curs_ins_wstr(3x)
+ncurses 6.4                       2024-04-20                 curs_ins_wstr(3x)