X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_inchstr.3x.html;h=b231595073290765799be8fe3a23dfa0da399596;hb=1f5d7223f670165669ab049909fc665b6acd2a04;hp=73a78fc9c5c04be82e0f5ae6f58b0c06d4a2cf4d;hpb=3a935d9991cdf43ebfa952073c9b555f73a3e011;p=ncurses.git diff --git a/doc/html/man/curs_inchstr.3x.html b/doc/html/man/curs_inchstr.3x.html index 73a78fc9..b2315950 100644 --- a/doc/html/man/curs_inchstr.3x.html +++ b/doc/html/man/curs_inchstr.3x.html @@ -1,4 +1,3 @@ - + + + curs_inchstr 3x -

curs_inchstr 3x

-
+

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 +68,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 +81,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 +97,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 +106,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 +114,7 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

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