X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_legacy.3x.html;h=66a9f4b242b1c6754e41799efcf9c6d5f5d42d74;hp=5a86252fbcb76978b8aabe6d659a3e3fe397a342;hb=ed646e3f683083e787c6ba773364401dc9fa9d40;hpb=3a935d9991cdf43ebfa952073c9b555f73a3e011 diff --git a/doc/html/man/curs_legacy.3x.html b/doc/html/man/curs_legacy.3x.html index 5a86252f..66a9f4b2 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)
+curs_legacy(3x)                                                curs_legacy(3x)
 
 
 
 
-
-

NAME

-       getattrs  -  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);
@@ -66,56 +63,52 @@
        int getpary(WINDOW *win);
 
 
-
-

DESCRIPTION

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

DESCRIPTION

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

RETURN VALUE

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

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
-       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
-       the WINDOW structure.
+

NOTES

+       All of these interfaces are provided  as  macros  and  functions.   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 the WINDOW structure.
 
 
-
-

PORTABILITY

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

PORTABILITY

+       These  functions were supported on Version 7, BSD or System V implemen-
+       tations.
 
 
-
-

SEE ALSO

+

SEE ALSO

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