X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_get_wstr.3x.html;h=dc4086ad92fada1498c95fe8fa32764b388b2988;hp=7fff4458361117d216740aad00c7d5f1dac09362;hb=2a32bee362db64f5a06b2124976b928ac3faa578;hpb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012 diff --git a/doc/html/man/curs_get_wstr.3x.html b/doc/html/man/curs_get_wstr.3x.html index 7fff4458..dc4086ad 100644 --- a/doc/html/man/curs_get_wstr.3x.html +++ b/doc/html/man/curs_get_wstr.3x.html @@ -38,23 +38,20 @@ -

curs_get_wstr 3x

-
+

curs_get_wstr 3x

 curs_get_wstr(3x)                                     curs_get_wstr(3x)
 
 
 
 
-
-

NAME

+

NAME

        get_wstr, getn_wstr, wget_wstr, wgetn_wstr, mvget_wstr,
        mvgetn_wstr, mvwget_wstr, mvwgetn_wstr - get an array of
        wide characters from a curses terminal keyboard
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int get_wstr(wint_t *wstr);
@@ -67,8 +64,7 @@
        int mvwgetn_wstr(WINDOW *win, int y, int x, wint_t *wstr, int n);
 
 
-
-

DESCRIPTION

+

DESCRIPTION

        The  effect  of get_wstr is as though a series of calls to
        get_wch were made, until a newline, other end-of-line,  or
        end-of-file condition is processed.  An end-of-file condi-
@@ -103,8 +99,7 @@
        the application prevent overflow of the input buffer.
 
 
-
-

NOTES

+

NOTES

        Using get_wstr, mvget_wstr, mvwget_wstr, or  wget_wstr  to
        read  a  line  that overflows the array pointed to by wstr
        causes  undefined  results.    The   use   of   getn_wstr,
@@ -118,8 +113,7 @@
        All of these routines except wgetn_wstr may be macros.
 
 
-
-

RETURN VALUE

+

RETURN VALUE

        All of these functions return OK upon  successful  comple-
        tion.  Otherwise, they return ERR.
 
@@ -135,8 +129,7 @@
        outside the window, or if the window pointer is null.
 
 
-
-

PORTABILITY

+

PORTABILITY

        These  functions are described in The Single Unix Specifi-
        cation, Version 2.  No error conditions are defined.  This
        implementation  returns ERR if the window pointer is null,
@@ -150,8 +143,7 @@
        wint_t.
 
 
-
-

SEE ALSO

+

SEE ALSO

        Functions: curses(3x), curs_get_wch(3x), curs_getstr(3x).