X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_inwstr.3x.html;h=8f5c3ca84a748771d1d0498ec45cdc958eacaf5a;hp=297e06ba13bb085ce1ed130bc36b78ffbc98d3ee;hb=db5f7f4f146a91ba8ec7f1df8e9d7f9d2d7c74fd;hpb=46722468f47c2b77b3987729b4bcf2321cccfd01;ds=sidebyside diff --git a/doc/html/man/curs_inwstr.3x.html b/doc/html/man/curs_inwstr.3x.html index 297e06ba..8f5c3ca8 100644 --- a/doc/html/man/curs_inwstr.3x.html +++ b/doc/html/man/curs_inwstr.3x.html @@ -1,7 +1,6 @@ - + -curs_inwstr 3 + + +curs_inwstr 3x -

curs_inwstr 3

-
+

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);
@@ -63,7 +67,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-
@@ -78,39 +82,39 @@
 
 
 
-

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
        string.
 
-
-
-

SEE ALSO

-       Functions: curses(3x), curs_instr(3x), curs_in_wchstr(3x)
-
-
-
-
-
-
-
-
+       Functions with a "mv" prefix first perform a cursor  move-
+       ment  using  wmove, and return an error if the position is
+       outside the window, or if the window pointer is null.
 
 
+
+

SEE ALSO

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