X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_inwstr.3x.html;h=6e0c3c2d1bf7ff6a28ad29bba7b29b0dfcbf3d66;hp=223c398de20fb0a2ab035a5ff40b76486a58b9fb;hb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012;hpb=3a935d9991cdf43ebfa952073c9b555f73a3e011 diff --git a/doc/html/man/curs_inwstr.3x.html b/doc/html/man/curs_inwstr.3x.html index 223c398d..6e0c3c2d 100644 --- a/doc/html/man/curs_inwstr.3x.html +++ b/doc/html/man/curs_inwstr.3x.html @@ -1,7 +1,6 @@ - + + + curs_inwstr 3x @@ -39,21 +41,20 @@

curs_inwstr 3x


-
 curs_inwstr(3x)                                         curs_inwstr(3x)
 
 
 
 
 
-

NAME

+

NAME

        inwstr,  innwstr,  winwstr, winnwstr, mvinwstr, mvinnwstr,
        mvwinwstr, mvwinnwstr - get a string of wchar_t characters
        from a curses window
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int inwstr(wchar_t *str);
@@ -67,7 +68,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        These  routines  return  a string of wchar_t characters in
        wstr, extracted starting at the current cursor position in
        the  named window.  Attributes are stripped from the char-
@@ -82,12 +83,12 @@
 
 
 
-

NOTES

+

NOTES

        Note that all routines except winnwstr may be macros.
 
 
 
-

RETURN VALUES

+

RETURN VALUE

        All routines return ERR upon failure. Upon successful com-
        pletion, the *inwstr routines return OK, and the  *innwstr
        routines  return  the  number  of characters read into the
@@ -99,17 +100,22 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_instr(3x), curs_in_wchstr(3x)
 
 
 
                                                         curs_inwstr(3x)
 
-
-
-Man(1) output converted with -man2html -
+