X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fhtml%2Fman%2Fcurs_legacy.3x.html;h=183e7de1b047582cc379b4ac1c3312cb03f810d7;hb=2882050bf8b296813e7e026b1c5c45d4a23043e3;hp=5947cdede118b9a8ea15983ee764f3d76da3ef25;hpb=16fbf3f4f7d96b6ee6bf9159b22f26e05962aa3d;p=ncurses.git diff --git a/doc/html/man/curs_legacy.3x.html b/doc/html/man/curs_legacy.3x.html index 5947cded..183e7de1 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 2023-10-07 ncurses 6.4 Library calls -

curs_legacy 3x

+

curs_legacy 3x 2023-10-07 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.
@@ -105,7 +107,7 @@
        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.
+       details of the WINDOW structure.
 
 
 

PORTABILITY

@@ -123,7 +125,7 @@
 
 
 
-                                                               curs_legacy(3x)
+ncurses 6.4                       2023-10-07                   curs_legacy(3x)