X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_attr.3x.html;h=6a412473b8dc029c04e8e891c005fece311c1303;hp=2c72bb7c7217ae8c7960be481654976f97408df5;hb=b11cef1e315b58820ea0cde239ebf2f741ef8948;hpb=cfd9c6f8e5af24820fefbb789b7345d93b8ed837 diff --git a/doc/html/man/curs_attr.3x.html b/doc/html/man/curs_attr.3x.html index 2c72bb7c..6a412473 100644 --- a/doc/html/man/curs_attr.3x.html +++ b/doc/html/man/curs_attr.3x.html @@ -27,7 +27,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_attr.3x,v 1.42 2015/10/24 19:10:42 Sven.Joachim Exp @ + * @Id: curs_attr.3x,v 1.43 2015/12/05 18:46:04 tom Exp @ --> @@ -90,6 +90,7 @@ short color, const void *opts); int mvwchgat(WINDOW *win, int y, int x, int n, attr_t attr, short color, const void *opts); + PAIR_NUMBER(attrs); @@ -189,8 +190,8 @@ A_INVIS Invisible or blank mode A_ALTCHARSET Alternate character set A_ITALIC Italics (non-X/Open extension) - A_CHARTEXT Bit-mask to extract a character + A_CHARTEXT Bit-mask to extract a character COLOR_PAIR(n) Color-pair number n These video attributes are supported by attr_on and relat-