X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_legacy.3x.html;h=991037b3343464a2dede9ba33c3b66fd33a7d97f;hp=8f08da05735dd483f16cc5272ad07f504ba38006;hb=302a066a01e4de40f08b397e87ca0e97f20870a7;hpb=0ac2306dd3aaab1338d8b1458c15a7e476cfc3ff diff --git a/doc/html/man/curs_legacy.3x.html b/doc/html/man/curs_legacy.3x.html index 8f08da05..991037b3 100644 --- a/doc/html/man/curs_legacy.3x.html +++ b/doc/html/man/curs_legacy.3x.html @@ -1,7 +1,6 @@ - + + + curs_legacy 3x -

curs_legacy 3x

-
+

curs_legacy 3x

-
 curs_legacy(3x)                                         curs_legacy(3x)
 
 
 
 
-
-

NAME

-       get curses cursor and window coordinates, attributes
+

NAME

+       curs_legacy  -  get  curses cursor and window coordinates,
+       attributes
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int getattrs(WINDOW *win);
@@ -65,56 +64,57 @@
        int getpary(WINDOW *win);
 
 
-
-

DESCRIPTION

-       The  getbegy and getbegx functions return the same data as
+

DESCRIPTION

+       The getbegy and getbegx functions return the same data  as
        getbegyx.
 
-       The getcury and getcurx functions return the same data  as
+       The  getcury and getcurx functions return the same data as
        getyx.
 
-       The  getmaxy and getmaxx functions return the same data as
+       The getmaxy and getmaxx functions return the same data  as
        getmaxyx.
 
-       The getpary and getparx functions return the same data  as
+       The  getpary and getparx functions return the same data as
        getparyx.
 
 
-
-

RETURN VALUE

-       These  functions  return  an integer, or ERR if the window
+

RETURN VALUE

+       These functions return an integer, or ERR  if  the  window
        parameter is null.
 
 
-
-

NOTES

-       All of these interfaces are provided as macros  and  func-
-       tions.   The macros are suppressed (and only the functions
-       provided) when NCURSES_OPAQUE is  defined.   The  standard
+

NOTES

+       All  of  these interfaces are provided as macros and func-
+       tions.  The macros are suppressed (and only the  functions
+       provided)  when  NCURSES_OPAQUE  is defined.  The standard
        forms such as getyx must be implemented as macros, and (in
        this implementation) are defined in terms of the functions
-       described  here,  to avoid reliance on internal details of
+       described here, to avoid reliance on internal  details  of
        the WINDOW structure.
 
 
-
-

PORTABILITY

+

PORTABILITY

        These functions were supported on Version 7, BSD or System
        V implementations.
 
 
-
-

SEE ALSO

+

SEE ALSO

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