X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=Ada95%2Fhtml%2Fman%2Fcurs_getyx.3x.html;fp=Ada95%2Fhtml%2Fcurs_getyx.3x.html;h=1c1b5e77e6460193ce4aa0aef5353279706566a7;hb=refs%2Ftags%2Fv5.0;hp=89231567456d6efc85918ffd3a28391bf83260c0;hpb=661078ddbde3ce0f3b06e95642fbb9b5fef7dca1;p=ncurses.git diff --git a/Ada95/html/curs_getyx.3x.html b/Ada95/html/man/curs_getyx.3x.html similarity index 89% rename from Ada95/html/curs_getyx.3x.html rename to Ada95/html/man/curs_getyx.3x.html index 89231567..1c1b5e77 100644 --- a/Ada95/html/curs_getyx.3x.html +++ b/Ada95/html/man/curs_getyx.3x.html @@ -1,5 +1,5 @@ - +
        getyx,  getparyx,  getbegyx,  getmaxyx - get curses cursor
        and window coordinates
@@ -7,7 +7,7 @@
 
 

SYNOPSIS

-       #include <curses.h>
+       #include 
 
        void getyx(WINDOW *win, int y, int x);
        void getparyx(WINDOW *win, int y, int x);
@@ -39,7 +39,7 @@
 
 

NOTES

-       All of these interfaces are macros and  that  "&"  is  not
+       All of these interfaces are macros and  that  "&"  is  not
        necessary before the variables y and x.