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=796528f82b777489eb3f0a7d67f60ea45f0689b8;hp=ac0101203ef2141fb235f057c245af95dda3a677;hb=027ae42953e3186daed8f3882da73de48291b606;hpb=55ccd2b959766810cf7db8d1c4462f338ce0afc8 diff --git a/doc/html/man/curs_getyx.3x.html b/doc/html/man/curs_getyx.3x.html index ac010120..796528f8 100644 --- a/doc/html/man/curs_getyx.3x.html +++ b/doc/html/man/curs_getyx.3x.html @@ -1,7 +1,7 @@ @@ -91,12 +91,15 @@

PORTABILITY

-       The  getyx,  getparyx, getbegyx and getmaxyx functions are
+       The  getyx,  getparyx,  getbegyx  and  getmaxyx macros are
        described in the XSI Curses standard, Issue 4.
 
        This  implementation  also  provides   getbegx,   getbegy,
        getcurx,  getcury,  getmaxx,  getmaxy, getparx and getpary
-       for compatibility with older versions of curses.
+       for compatibility with older versions of  curses.   X/Open
+       does  not define a corresponding getcuryx function, though
+       that would be needed to  make  references  to  the  WINDOW
+       structure opaque.