X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_legacy.3x.html;h=f06602e997f64a0885e2e881c81b4dd5a07afe30;hp=4489f2c0ea3d42bec0934055f26590299cd949b5;hb=cef50b3afcd58166f3541b701c97bce538844c76;hpb=71c0306f0824ef2b10c4c5813fb003db48f3012e diff --git a/doc/html/man/curs_legacy.3x.html b/doc/html/man/curs_legacy.3x.html index 4489f2c0..f06602e9 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.4 2010/09/18 22:31:47 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);