X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_inwstr.3x.html;h=c63b182dec4073d4c18289614f595cbce9a568f3;hp=d0055c2c9b730696ec66c42e3b2fb0038657927b;hb=f344f8539c1543f8cd65a5bb142dbaf23b9421d2;hpb=0ac2306dd3aaab1338d8b1458c15a7e476cfc3ff diff --git a/doc/html/man/curs_inwstr.3x.html b/doc/html/man/curs_inwstr.3x.html index d0055c2c..c63b182d 100644 --- a/doc/html/man/curs_inwstr.3x.html +++ b/doc/html/man/curs_inwstr.3x.html @@ -1,7 +1,6 @@ - + + + curs_inwstr 3x -

curs_inwstr 3x

-
+

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);
@@ -66,8 +64,7 @@
        int mvwinnwstr(WINDOW *win, int y, int x, wchar_t *str, int n);
 
 
-
-

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-
@@ -81,13 +78,11 @@
        character, an error is generated.
 
 
-
-

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
@@ -98,18 +93,22 @@
        outside the window, or if the window pointer is null.
 
 
-
-

SEE ALSO

+

SEE ALSO

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