X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_legacy.3x.html;h=f06602e997f64a0885e2e881c81b4dd5a07afe30;hp=8f08da05735dd483f16cc5272ad07f504ba38006;hb=cef50b3afcd58166f3541b701c97bce538844c76;hpb=36b653e854865c31c56f04d059d78a0d5e3f4e24 diff --git a/doc/html/man/curs_legacy.3x.html b/doc/html/man/curs_legacy.3x.html index 8f08da05..f06602e9 100644 --- a/doc/html/man/curs_legacy.3x.html +++ b/doc/html/man/curs_legacy.3x.html @@ -27,7 +27,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_legacy.3x,v 1.3 2010/09/11 22:21:52 tom Exp @ + * @Id: curs_legacy.3x,v 1.4 2010/09/18 22:31:47 tom Exp @ --> @@ -47,7 +47,8 @@

NAME

-       get curses cursor and window coordinates, attributes
+       getattrs  -  get  curses  cursor  and  window coordinates,
+       attributes
 
 
 
@@ -67,33 +68,33 @@

DESCRIPTION

-       The  getbegy and getbegx functions return the same data as
+       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
+       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
+       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.