X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_legacy.3x.html;h=5a86252fbcb76978b8aabe6d659a3e3fe397a342;hb=da5e7c6148aa378da9d8da09be73e0ddd3995c6f;hp=4489f2c0ea3d42bec0934055f26590299cd949b5;hpb=71c0306f0824ef2b10c4c5813fb003db48f3012e;p=ncurses.git diff --git a/doc/html/man/curs_legacy.3x.html b/doc/html/man/curs_legacy.3x.html index 4489f2c0..5a86252f 100644 --- a/doc/html/man/curs_legacy.3x.html +++ b/doc/html/man/curs_legacy.3x.html @@ -27,7 +27,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_legacy.3x,v 1.2 2010/07/31 16:11:27 tom Exp @ + * @Id: curs_legacy.3x,v 1.5 2010/12/04 18:38:55 tom Exp @ --> @@ -47,14 +47,15 @@

NAME

-       getbegx, getbegy, getcurx, getcury, getmaxx, getmaxy, get-
-       parx, getpary - get curses cursor and window coordinates
+       getattrs  -  get  curses  cursor  and  window coordinates,
+       attributes
 
 
 

SYNOPSIS

        #include <curses.h>
 
+       int getattrs(WINDOW *win);
        int getbegx(WINDOW *win);
        int getbegy(WINDOW *win);
        int getcurx(WINDOW *win);