X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_inwstr.3x.html;h=7b034b2027d0a4b4118b48cb0d321453873d919f;hp=c6c08b29a14fd098a79064ce6a3456e49a8ff439;hb=HEAD;hpb=084e3b44fc1c904d5ab941da55f47a237cb15766 diff --git a/doc/html/man/curs_inwstr.3x.html b/doc/html/man/curs_inwstr.3x.html index c6c08b29..6c79b595 100644 --- a/doc/html/man/curs_inwstr.3x.html +++ b/doc/html/man/curs_inwstr.3x.html @@ -1,6 +1,6 @@ -curs_inwstr 3x 2023-11-25 ncurses 6.4 Library calls +curs_inwstr 3x 2024-04-20 ncurses 6.5 Library calls -

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

+

curs_inwstr 3x 2024-04-20 ncurses 6.5 Library calls

 curs_inwstr(3x)                  Library calls                 curs_inwstr(3x)
 
@@ -92,18 +92,18 @@
 
        o   if no characters could be read.
 
-       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

        All routines except winnwstr may be macros.
 
-       Each cell in the window holds a  complex  character  (i.e.,  base-  and
-       combining-characters)   together  with  attributes  and  color.   These
-       functions store only  the  wide  characters,  ignoring  attributes  and
-       color.  Use in_wchstr to return the complex characters from a window.
+       Each  cell in the window holds a complex character (a spacing character
+       and zero or more non-spacing characters) together with  attributes  and
+       color.   These  functions  store  only  the  wide  characters, ignoring
+       attributes and color.  Use in_wchstr to return the  complex  characters
+       from a window.
 
        Reading a line that overflows the array pointed to by wstr with inwstr,
        mvinwstr, mvwinwstr or winwstr causes  undefined  results.   Therefore,
@@ -111,7 +111,7 @@
 
 
 

PORTABILITY

-       These functions are described in the XSI Curses standard, Issue 4.
+       These functions are described in X/Open Curses, Issue 4.
 
 
 

SEE ALSO

@@ -120,7 +120,7 @@
 
 
 
-ncurses 6.4                       2023-11-25                   curs_inwstr(3x)
+ncurses 6.5                       2024-04-20                   curs_inwstr(3x)