X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_legacy.3x.html;h=36db4bf70c9432d0fe730d2d9acbb8297da1bf5e;hp=d1de590cb09b716cf093c039b1ae7edd38c7d37a;hb=027d0c57c4c4d6690e8d8727888d3282dbe9aa86;hpb=ca276baf720e3a44721b9e18955d3f546955c6c8 diff --git a/doc/html/man/curs_legacy.3x.html b/doc/html/man/curs_legacy.3x.html index d1de590c..36db4bf7 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

-       getbegx, getbegy, getcurx, getcury, getmaxx, getmaxy, get-
-       parx, getpary - get curses cursor and window coordinates
+

NAME

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

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
+       int getattrs(WINDOW *win);
        int getbegx(WINDOW *win);
        int getbegy(WINDOW *win);
        int getcurx(WINDOW *win);
@@ -66,7 +67,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The getbegy and getbegx functions return the same data  as
        getbegyx.
 
@@ -81,13 +82,13 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

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

NOTES

+

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
@@ -98,23 +99,29 @@
 
 
 
-

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 -
+