X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_getstr.3x.html;h=15679e77e50739dcbdf4a6f81418f266b6b21ad6;hp=1c08c4f37ddb51a7f925202df51bb014ce31dd00;hb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012;hpb=0ac2306dd3aaab1338d8b1458c15a7e476cfc3ff diff --git a/doc/html/man/curs_getstr.3x.html b/doc/html/man/curs_getstr.3x.html index 1c08c4f3..15679e77 100644 --- a/doc/html/man/curs_getstr.3x.html +++ b/doc/html/man/curs_getstr.3x.html @@ -1,4 +1,3 @@ - + + + curs_getstr 3x @@ -39,21 +41,20 @@

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);
@@ -67,7 +68,7 @@
 
 
 
-

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
@@ -92,7 +93,7 @@
 
 
 
-

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.
@@ -113,12 +114,12 @@
 
 
 
-

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-
@@ -139,17 +140,23 @@
 
 
 
-

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 -
+