X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_legacy.3x.html;h=181060cb5865fd89a34bd5e8a41d3865a4e14138;hp=c52be23be754ca82bf441edb192fd9477eb36fbb;hb=HEAD;hpb=a6eb34d7fec8170a8715f9e53ca2f96452dd30dd diff --git a/doc/html/man/curs_legacy.3x.html b/doc/html/man/curs_legacy.3x.html index c52be23b..c4f34e9c 100644 --- a/doc/html/man/curs_legacy.3x.html +++ b/doc/html/man/curs_legacy.3x.html @@ -1,6 +1,6 @@ - -curs_legacy 3x +curs_legacy 3x 2024-03-16 ncurses 6.4 Library calls - + -

curs_legacy 3x

+

curs_legacy 3x 2024-03-16 ncurses 6.4 Library calls

-curs_legacy(3x)                                                curs_legacy(3x)
+curs_legacy(3x)                  Library calls                 curs_legacy(3x)
 
 
 
 
 

NAME

-       curs_legacy - get curses cursor and window coordinates, attributes
+       getattrs,   getbegx,   getbegy,  getcurx,  getcury,  getmaxx,  getmaxy,
+       getparx,  getpary  -  get  curses  cursor  and  window  coordinates  or
+       attributes (legacy)
 
 
 

SYNOPSIS

@@ -69,7 +71,7 @@
 
 
 

DESCRIPTION

-       These  legacy  functions  are  simpler  to  use  than the X/Open Curses
+       These  legacy  functions  are  simpler  to  use  than the X/Open curses
        functions:
 
        o   The getattrs function returns the same attribute data as wattr_get.
@@ -100,12 +102,14 @@
 
 
 

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.
+       All of these interfaces are implemented as macros and  functions.   The
+       macros  are suppressed (and only the functions provided) in an "opaque"
+       ncurses build, which defines the  preprocessor  symbol  NCURSES_OPAQUE.
+       See section "ALTERNATE CONFIGURATIONS" in ncurses(3x).
+
+       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

@@ -123,7 +127,7 @@
 
 
 
-                                                               curs_legacy(3x)
+ncurses 6.4                       2024-03-16                   curs_legacy(3x)