X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_getyx.3x.html;h=03d88a0c7209536a21ec8561893c86a23cbc7ac2;hp=f5b379fe22fd5a0e9fbe673e5dea54ae8691c6a5;hb=a0b91dc27f0c411e343161b0a4b5459d15a43f85;hpb=b0b1980be11bba618d84beb8b30ac94e2c820602 diff --git a/doc/html/man/curs_getyx.3x.html b/doc/html/man/curs_getyx.3x.html index f5b379fe..03d88a0c 100644 --- a/doc/html/man/curs_getyx.3x.html +++ b/doc/html/man/curs_getyx.3x.html @@ -1,4 +1,3 @@ - + + + curs_getyx 3x -

curs_getyx 3x

-
+

curs_getyx 3x

-
 curs_getyx(3x)                                           curs_getyx(3x)
 
 
 
 
 
-

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);
@@ -62,7 +62,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The getyx macro places the current cursor position of  the
        given window in the two integer variables y and x.
 
@@ -77,20 +77,20 @@
 
 
 
-

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.
 
@@ -115,14 +115,23 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_legacy(3x), curs_opaque(3x)
 
 
 
                                                          curs_getyx(3x)
 
-
-Man(1) output converted with man2html +