X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_getyx.3x.html;fp=doc%2Fhtml%2Fman%2Fcurs_getyx.3x.html;h=7f098479241199faacc310053affb7bf2063ea5a;hp=994e0f7f0abe5da2f67710192c8560d9b228d664;hb=7884aa084f9440fd964f14fe31853a5f85db5104;hpb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045 diff --git a/doc/html/man/curs_getyx.3x.html b/doc/html/man/curs_getyx.3x.html index 994e0f7f..7f098479 100644 --- a/doc/html/man/curs_getyx.3x.html +++ b/doc/html/man/curs_getyx.3x.html @@ -27,7 +27,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_getyx.3x,v 1.19 2020/02/02 23:34:34 tom Exp @ + * @Id: curs_getyx.3x,v 1.20 2020/10/24 09:38:43 tom Exp @ --> @@ -54,10 +54,10 @@

SYNOPSIS

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

DESCRIPTION