X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_inchstr.3x.html;h=1b73cc34c36b6493b9623b5ee1480fb8069000dc;hp=2af744e20b6b8e14db0582830a1e1b02579f6df1;hb=3ec8f79f3ceda990461c80de2f96d66b886e00d5;hpb=a8987e73ec254703634802b4f7ee30d3a485524d diff --git a/doc/html/man/curs_inchstr.3x.html b/doc/html/man/curs_inchstr.3x.html index 2af744e2..1b73cc34 100644 --- a/doc/html/man/curs_inchstr.3x.html +++ b/doc/html/man/curs_inchstr.3x.html @@ -1,7 +1,7 @@ @@ -40,15 +40,15 @@
 
-curs_inchstr(3x)                                 curs_inchstr(3x)
+curs_inchstr(3x)                                       curs_inchstr(3x)
 
 
 
 
 

NAME

-       inchstr,   inchnstr,   winchstr,   winchnstr,   mvinchstr,
-       mvinchnstr, mvwinchstr, mvwinchnstr  -  get  a  string  of
+       inchstr, inchnstr, winchstr, winchnstr, mvinchstr,
+       mvinchnstr, mvwinchstr, mvwinchnstr - get a string of
        characters (and attributes) from a curses window
 
 
@@ -87,6 +87,10 @@
        (the number of  characters  retrieved,  exclusive  of  the
        trailing 0).
 
+       No  error  conditions are defined.  If the chstr parameter
+       is null, no data is returned, and the return value is  ze-
+       ro.
+
 
 

NOTES

@@ -109,9 +113,12 @@
 

SEE ALSO

        curses(3x), curs_inch(3x).
 
+       Comparable functions in the wide-character (ncursesw)  li-
+       brary are described in curs_in_wchstr(3x).
+
 
 
-                                                 curs_inchstr(3x)
+                                                       curs_inchstr(3x)