X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=Ada95%2Fhtml%2Fman%2Fcurs_inchstr.3x.html;fp=Ada95%2Fhtml%2Fcurs_inchstr.3x.html;h=9a14c855244ee390f98874ac637348fab5531adf;hp=c8b5fde8912c2db9b1b5b16d1157897f147b9221;hb=refs%2Ftags%2Fv5.0;hpb=661078ddbde3ce0f3b06e95642fbb9b5fef7dca1 diff --git a/Ada95/html/curs_inchstr.3x.html b/Ada95/html/man/curs_inchstr.3x.html similarity index 91% rename from Ada95/html/curs_inchstr.3x.html rename to Ada95/html/man/curs_inchstr.3x.html index c8b5fde8..9a14c855 100644 --- a/Ada95/html/curs_inchstr.3x.html +++ b/Ada95/html/man/curs_inchstr.3x.html @@ -1,5 +1,5 @@ - +
        inchstr,   inchnstr,   winchstr,   winchnstr,   mvinchstr,
        mvinchnstr, mvwinchstr, mvwinchnstr  -  get  a  string  of
@@ -8,7 +8,7 @@
 
 

SYNOPSIS

-       #include <curses.h>
+       #include 
 
        int inchstr(chtype *chstr);
        int inchnstr(chtype *chstr, int n);
@@ -28,8 +28,8 @@
        named window and ending at the right margin of the window.
        The  four  functions with n as the last argument, return a
        leading substring at most n characters long (exclusive  of
-       the  trailing (chtype)0).  Constants defined in <curses.h>
-       can be used with the & (logical AND) operator  to  extract
+       the  trailing (chtype)0).  Constants defined in 
+       can be used with the & (logical AND) operator  to  extract
        the  character or the attribute alone from any position in
        the chstr [see curs_inch(3X)].