X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_getyx.3x.html;h=385eb8ed9588554a29a1075a966af10b997cb161;hp=f3bc2424463bc52b9718a2be8b2ecdf7918cf72d;hb=81304798ee736c467839c779c9ca5dca48db7bea;hpb=9f479192e3ca3413d235c66bf058f8cc63764898 diff --git a/doc/html/man/curs_getyx.3x.html b/doc/html/man/curs_getyx.3x.html index f3bc2424..385eb8ed 100644 --- a/doc/html/man/curs_getyx.3x.html +++ b/doc/html/man/curs_getyx.3x.html @@ -34,41 +34,41 @@ -curs_getyx 3X +curs_getyx 3x -

curs_getyx 3X

+

curs_getyx 3x

-curs_getyx(3X)                                                  curs_getyx(3X)
+curs_getyx(3x)                                                  curs_getyx(3x)
 
 
 
 
 

NAME

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

SYNOPSIS

-       #include <curses.h>
+       #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

-       The getyx macro places the current cursor position of the given  window
-       in the two integer variables y and x.
+       The getyx macro places the current cursor position of the given  window
+       in the two integer variables y and x.
 
-       If  win  is  a  subwindow,  the  getparyx  macro  places  the beginning
+       If  win  is  a  subwindow,  the  getparyx  macro  places  the beginning
        coordinates of the subwindow relative to the  parent  window  into  two
-       integer variables y and x.  Otherwise, -1 is placed into y and x.
+       integer variables y and x.  Otherwise, -1 is placed into y and x.
 
-       Like  getyx,  the  getbegyx  and  getmaxyx  macros  store  the  current
+       Like  getyx,  the  getbegyx  and  getmaxyx  macros  store  the  current
        beginning coordinates and size of the specified window.
 
 
@@ -78,16 +78,16 @@
 
 
 

NOTES

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

PORTABILITY

-       The getyx, getparyx, getbegyx and getmaxyx macros are described in  the
+       The getyx, getparyx, getbegyx and getmaxyx macros are described in  the
        XSI Curses standard, Issue 4.
 
-       This  implementation also provides functions getbegx, getbegy, getcurx,
-       getcury, getmaxx, getmaxy, getparx and getpary for  compatibility  with
+       This  implementation also provides functions getbegx, getbegy, getcurx,
+       getcury, getmaxx, getmaxy, getparx and getpary for  compatibility  with
        older versions of curses.
 
        Although  X/Open  Curses  does  not  address this, many implementations
@@ -101,15 +101,15 @@
        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.
+       getmaxyx.
 
 
 

SEE ALSO

-       curses(3X), curs_legacy(3X), curs_opaque(3X)
+       curses(3x), curs_legacy(3x), curs_opaque(3x)
 
 
 
-                                                                curs_getyx(3X)
+                                                                curs_getyx(3x)