]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - doc/html/man/curs_legacy.3x.html
ncurses 5.9 - patch 20130518
[ncurses.git] / doc / html / man / curs_legacy.3x.html
index 8f08da05735dd483f16cc5272ad07f504ba38006..16f7d4d7547a25f4f42ee01ba9b0a9656a846026 100644 (file)
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
 <!-- 
   ****************************************************************************
   * Copyright (c) 2007,2010 Free Software Foundation, Inc.                   *
@@ -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.5 2010/12/04 18:38:55 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.