X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_getyx.3x.html;h=cb7460b1aaedca6192b0b24984d7d46e6188acf2;hp=03d88a0c7209536a21ec8561893c86a23cbc7ac2;hb=2a32bee362db64f5a06b2124976b928ac3faa578;hpb=027d0c57c4c4d6690e8d8727888d3282dbe9aa86 diff --git a/doc/html/man/curs_getyx.3x.html b/doc/html/man/curs_getyx.3x.html index 03d88a0c..cb7460b1 100644 --- a/doc/html/man/curs_getyx.3x.html +++ b/doc/html/man/curs_getyx.3x.html @@ -45,14 +45,12 @@ - -

NAME

+

NAME

        getyx,  getparyx,  getbegyx,  getmaxyx - get curses cursor
        and window coordinates
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        void getyx(WINDOW *win, int y, int x);
@@ -61,8 +59,7 @@
        void getmaxyx(WINDOW *win, int y, int x);
 
 
-
-

DESCRIPTION

+

DESCRIPTION

        The getyx macro places the current cursor position of  the
        given window in the two integer variables y and x.
 
@@ -76,21 +73,18 @@
        window.
 
 
-
-

RETURN VALUE

+

RETURN VALUE

        The return values of these  macros  are  undefined  (i.e.,
        they  should not be used as the right-hand side of assign-
        ment statements).
 
 
-
-

NOTES

+

NOTES

        All of these interfaces are macros.  A "&" is  not  neces-
        sary before the variables y and x.
 
 
-
-

PORTABILITY

+

PORTABILITY

        The  getyx,  getparyx,  getbegyx  and  getmaxyx macros are
        described in the XSI Curses standard, Issue 4.
 
@@ -114,8 +108,7 @@
        getmaxyx.
 
 
-
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_legacy(3x), curs_opaque(3x)