X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_getstr.3x.html;h=206b64e1d6151005e6781c542368ae8757e25a9d;hp=e0068aebf4dc744cd58240211fa5bcafc00ab898;hb=027d0c57c4c4d6690e8d8727888d3282dbe9aa86;hpb=71c0306f0824ef2b10c4c5813fb003db48f3012e diff --git a/doc/html/man/curs_getstr.3x.html b/doc/html/man/curs_getstr.3x.html index e0068aeb..206b64e1 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);
@@ -67,7 +67,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 +92,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.
@@ -107,14 +107,18 @@
        SIGWINCH interrupts the function, it will  return  KEY_RE-
        SIZE rather than OK or ERR.
 
+       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.
+
 
 
-

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