X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_getyx.3x.html;h=bc69247f02a319b57256f36d2bd65f4ee7c6155b;hb=725169bda4d3b4c3fde0d4a94f76d017812c7ea6;hp=07ca999e00714cf3736a7cd6ff41f81e75d837ae;hpb=31c4bcf3307145fc5368b4aaf15e41bdd66a984b;p=ncurses.git diff --git a/doc/html/man/curs_getyx.3x.html b/doc/html/man/curs_getyx.3x.html index 07ca999e..bc69247f 100644 --- a/doc/html/man/curs_getyx.3x.html +++ b/doc/html/man/curs_getyx.3x.html @@ -1,6 +1,6 @@ -curs_getyx 3x 2023-09-16 ncurses 6.4 Library calls +curs_getyx 3x 2024-03-16 ncurses 6.4 Library calls -

curs_getyx 3x 2023-09-16 ncurses 6.4 Library calls

+

curs_getyx 3x 2024-03-16 ncurses 6.4 Library calls

 curs_getyx(3x)                   Library calls                  curs_getyx(3x)
 
@@ -78,7 +78,7 @@
 
 
 

NOTES

-       All  of these interfaces are macros.  A "&" is not necessary before the
+       All  of these interfaces are macros.  A "&" is not necessary before the
        variables y and x.
 
 
@@ -88,17 +88,17 @@
 
        This  implementation also provides functions getbegx, getbegy, getcurx,
        getcury, getmaxx, getmaxy, getparx and getpary for  compatibility  with
-       older versions of curses.
+       older versions of curses; see curs_legacy(3x).
 
        Although  X/Open  Curses  does  not  address this, many implementations
-       provide members of the WINDOW structure containing values corresponding
+       provide members of the WINDOW structure containing values corresponding
        to  these  macros.  For best portability, do not rely on using the data
-       in WINDOW, since some implementations make WINDOW opaque (do not  allow
+       in WINDOW, since some implementations make WINDOW opaque (do not  allow
        direct use of its members).
 
        Besides the problem of opaque structures, the data stored in like-named
        members may not have like-values  in  different  implementations.   For
-       example,  the  WINDOW._maxx and WINDOW._maxy values in ncurses have (at
+       example,  the  WINDOW._maxx and WINDOW._maxy values in ncurses have (at
        least  since  release  1.8.1)  differed  by   one   from   some   other
        implementations.   The  difference  is  hidden  by  means  of the macro
        getmaxyx.
@@ -109,7 +109,7 @@
 
 
 
-ncurses 6.4                       2023-09-16                    curs_getyx(3x)
+ncurses 6.4                       2024-03-16                    curs_getyx(3x)