X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=Ada95%2Fhtml%2Fman%2Fcurs_inch.3x.html;fp=Ada95%2Fhtml%2Fcurs_inch.3x.html;h=a63105403d2384787e6c207ca7b94a474f9bef68;hp=cb7dd9be3e3f5c2de3aa18ea5e7f534506e5b4df;hb=refs%2Ftags%2Fv5.0;hpb=661078ddbde3ce0f3b06e95642fbb9b5fef7dca1 diff --git a/Ada95/html/curs_inch.3x.html b/Ada95/html/man/curs_inch.3x.html similarity index 87% rename from Ada95/html/curs_inch.3x.html rename to Ada95/html/man/curs_inch.3x.html index cb7dd9be..a6310540 100644 --- a/Ada95/html/curs_inch.3x.html +++ b/Ada95/html/man/curs_inch.3x.html @@ -1,5 +1,5 @@ - +
        inch,  winch,  mvinch,  mvwinch  -  get  a  character  and
        attributes from a curses window
@@ -7,7 +7,7 @@
 
 

SYNOPSIS

-       #include <curses.h>
+       #include 
 
        chtype inch(void);
        chtype winch(WINDOW *win);
@@ -21,7 +21,7 @@
        the   current  position  in  the  named  window.   If  any
        attributes are set for that  position,  their  values  are
        OR'ed  into  the  value  returned.   Constants  defined in
-       <curses.h> can be used with the & (logical  AND)  operator
+        can be used with the & (logical  AND)  operator
        to extract the character or attributes alone.