X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_getstr.3x.html;h=0141f63dca27e801244432d019f02ad8c9f1667e;hp=1c08c4f37ddb51a7f925202df51bb014ce31dd00;hb=2a32bee362db64f5a06b2124976b928ac3faa578;hpb=0ac2306dd3aaab1338d8b1458c15a7e476cfc3ff diff --git a/doc/html/man/curs_getstr.3x.html b/doc/html/man/curs_getstr.3x.html index 1c08c4f3..0141f63d 100644 --- a/doc/html/man/curs_getstr.3x.html +++ b/doc/html/man/curs_getstr.3x.html @@ -1,4 +1,3 @@ - + + + curs_getstr 3x -

curs_getstr 3x

-
+

curs_getstr 3x

-
 curs_getstr(3x)                                         curs_getstr(3x)
 
 
 
 
-
-

NAME

+

NAME

        getstr, getnstr, wgetstr, wgetnstr, mvgetstr, mvgetnstr,
        mvwgetstr, mvwgetnstr - accept character strings from
        curses terminal keyboard
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int getstr(char *str);
@@ -66,8 +64,7 @@
        int mvwgetnstr(WINDOW *, int y, int x, char *str, int n);
 
 
-
-

DESCRIPTION

+

DESCRIPTION

        The  function getstr is equivalent to a series of calls to
        getch, until a newline or carriage return is received (the
        terminating  character  is  not  included  in the returned
@@ -91,8 +88,7 @@
        vious character (typically a left motion).
 
 
-
-

RETURN VALUE

+

RETURN VALUE

        All routines return the integer ERR upon failure and an OK
        (SVr4 specifies only "an integer value  other  than  ERR")
        upon successful completion.
@@ -112,13 +108,11 @@
        outside the window, or if the window pointer is null.
 
 
-
-

NOTES

+

NOTES

        Note that getstr, mvgetstr, and mvwgetstr may be macros.
 
 
-
-

PORTABILITY

+

PORTABILITY

        These  functions are described in the XSI Curses standard,
        Issue 4.  They  read  single-byte  characters  only.   The
        standard  does  not define any error conditions.  This im-
@@ -138,18 +132,23 @@
        present but not documented in SVr4.
 
 
-
-

SEE ALSO

-       curses(3x), curs_getch(3x).
+

SEE ALSO

+       curses(3x), curs_getch(3x), curs_variables(3x).
 
 
 
                                                         curs_getstr(3x)
 
-
-
-Man(1) output converted with -man2html -
+