]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - doc/html/man/curs_attr.3x.html
ncurses 5.6
[ncurses.git] / doc / html / man / curs_attr.3x.html
index c8aefaea55b51bad2e3131e28e88c0c34a9fd556..f693943907761da0d47237b97965bb2a8ce5e31c 100644 (file)
@@ -2,7 +2,7 @@
 <!-- 
   * t
   ****************************************************************************
-  * Copyright (c) 1998-2003,2005 Free Software Foundation, Inc.              *
+  * Copyright (c) 1998-2005,2006 Free Software Foundation, Inc.              *
   *                                                                          *
   * Permission is hereby granted, free of charge, to any person obtaining a  *
   * copy of this software and associated documentation files (the            *
@@ -28,7 +28,7 @@
   * sale, use or other dealings in this Software without prior written       *
   * authorization.                                                           *
   ****************************************************************************
-  * @Id: curs_attr.3x,v 1.29 2005/05/15 16:17:25 tom Exp @
+  * @Id: curs_attr.3x,v 1.30 2006/07/15 18:39:05 tom Exp @
 -->
 <HTML>
 <HEAD>
        color  argument is a color-pair index (as in the first ar-
        gument of <EM>init</EM><STRONG>_</STRONG><EM>pair</EM>, see <STRONG><A HREF="curs_color.3x.html">curs_color(3x)</A></STRONG>).  The <STRONG>opts</STRONG>  argu-
        ment is not presently used, but is reserved for the future
-       (leave it <STRONG>NULL</STRONG>).  Note that changing the  attributes  does
-       not imply that a subsequent <STRONG>refresh</STRONG> will update the screen
-       to match, since the character  values  are  not  modified.
-       Use  <STRONG>touchwin</STRONG> to force the screen to match the updated at-
-       tributes.
+       (leave it <STRONG>NULL</STRONG>).
 
    <STRONG>Attributes</STRONG>
        The following video attributes, defined in <STRONG>&lt;curses.h&gt;</STRONG>, can
        <STRONG>tr_set</STRONG>.   These  are intended to work with a new series of
        highlight macros prefixed with <STRONG>WA_</STRONG>.
 
+       Older versions of this library did not force an update  of
+       the  screen when changing the attributes.  Use <STRONG>touchwin</STRONG> to
+       force the screen to match the updated attributes.
+
 
         <STRONG>WA_NORMAL</STRONG>       Normal display (no highlight)
         <STRONG>WA_STANDOUT</STRONG>     Best highlighting mode of the terminal.