]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - doc/html/man/curs_legacy.3x.html
ncurses 5.7 - patch 20101002
[ncurses.git] / doc / html / man / curs_legacy.3x.html
index 8f08da05735dd483f16cc5272ad07f504ba38006..f06602e997f64a0885e2e881c81b4dd5a07afe30 100644 (file)
@@ -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 @
 -->
 <HTML>
 <HEAD>
@@ -47,7 +47,8 @@
 
 </PRE>
 <H2>NAME</H2><PRE>
-       get <STRONG>curses</STRONG> cursor and window coordinates, attributes
+       getattrs  -  get  <STRONG>curses</STRONG>  cursor  and  window coordinates,
+       attributes
 
 
 </PRE>
 
 </PRE>
 <H2>DESCRIPTION</H2><PRE>
-       The  <STRONG>getbegy</STRONG> and <STRONG>getbegx</STRONG> functions return the same data as
+       The <STRONG>getbegy</STRONG> and <STRONG>getbegx</STRONG> functions return the same data  as
        <STRONG>getbegyx</STRONG>.
 
-       The <STRONG>getcury</STRONG> and <STRONG>getcurx</STRONG> functions return the same data  as
+       The  <STRONG>getcury</STRONG> and <STRONG>getcurx</STRONG> functions return the same data as
        <STRONG>getyx</STRONG>.
 
-       The  <STRONG>getmaxy</STRONG> and <STRONG>getmaxx</STRONG> functions return the same data as
+       The <STRONG>getmaxy</STRONG> and <STRONG>getmaxx</STRONG> functions return the same data  as
        <STRONG>getmaxyx</STRONG>.
 
-       The <STRONG>getpary</STRONG> and <STRONG>getparx</STRONG> functions return the same data  as
+       The  <STRONG>getpary</STRONG> and <STRONG>getparx</STRONG> functions return the same data as
        <STRONG>getparyx</STRONG>.
 
 
 </PRE>
 <H2>RETURN VALUE</H2><PRE>
-       These  functions  return  an integer, or ERR if the window
+       These functions return an integer, or ERR  if  the  window
        parameter is null.
 
 
 </PRE>
 <H2>NOTES</H2><PRE>
-       All of these interfaces are provided as macros  and  func-
-       tions.   The macros are suppressed (and only the functions
-       provided) when <STRONG>NCURSES_OPAQUE</STRONG> 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  <STRONG>NCURSES_OPAQUE</STRONG>  is defined.  The standard
        forms such as <STRONG>getyx</STRONG> 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.