X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_inchstr.3x.html;h=72ec4fceb9a742797bdba56bf4afb7789cf6180f;hp=73a78fc9c5c04be82e0f5ae6f58b0c06d4a2cf4d;hb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012;hpb=3a935d9991cdf43ebfa952073c9b555f73a3e011 diff --git a/doc/html/man/curs_inchstr.3x.html b/doc/html/man/curs_inchstr.3x.html index 73a78fc9..72ec4fce 100644 --- a/doc/html/man/curs_inchstr.3x.html +++ b/doc/html/man/curs_inchstr.3x.html @@ -1,4 +1,3 @@ - + + + curs_inchstr 3x @@ -39,21 +41,20 @@

curs_inchstr 3x


-
 curs_inchstr(3x)                                       curs_inchstr(3x)
 
 
 
 
 
-

NAME

+

NAME

        inchstr, inchnstr, winchstr, winchnstr, mvinchstr,
        mvinchnstr, mvwinchstr, mvwinchnstr - get a string of
        characters (and attributes) from a curses window
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int inchstr(chtype *chstr);
@@ -68,7 +69,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        These routines return a NULL-terminated  array  of  chtype
        quantities, starting at the current cursor position in the
        named window and ending at the right margin of the window.
@@ -81,7 +82,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        All routines return the integer ERR upon  failure  and  an
        integer  value  other  than ERR upon successful completion
        (the number of  characters  retrieved,  exclusive  of  the
@@ -97,7 +98,7 @@
 
 
 
-

NOTES

+

NOTES

        Note  that  all  routines  except winchnstr may be macros.
        SVr4 does not document whether the result string is  zero-
        terminated;  it  does  not document whether a length limit
@@ -106,7 +107,7 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        These  functions are described in the XSI Curses standard,
        Issue 4.  It is no more specific than the SVr4  documenta-
        tion on the trailing 0.  It does specify that the success-
@@ -114,7 +115,7 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_inch(3x).
 
        Comparable functions in the wide-character (ncursesw)  li-
@@ -124,10 +125,16 @@
 
                                                        curs_inchstr(3x)
 
-
-
-Man(1) output converted with -man2html -
+