X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_attr.3x.html;h=9a7b2a46963e9064a4789786f29c6687d132b9b1;hp=c8aefaea55b51bad2e3131e28e88c0c34a9fd556;hb=ca276baf720e3a44721b9e18955d3f546955c6c8;hpb=55ccd2b959766810cf7db8d1c4462f338ce0afc8 diff --git a/doc/html/man/curs_attr.3x.html b/doc/html/man/curs_attr.3x.html index c8aefaea..9a7b2a46 100644 --- a/doc/html/man/curs_attr.3x.html +++ b/doc/html/man/curs_attr.3x.html @@ -2,7 +2,7 @@ @@ -141,11 +141,7 @@ color argument is a color-pair index (as in the first ar- gument of init_pair, see curs_color(3x)). The opts argu- ment is not presently used, but is reserved for the future - (leave it NULL). Note that changing the attributes does - not imply that a subsequent refresh will update the screen - to match, since the character values are not modified. - Use touchwin to force the screen to match the updated at- - tributes. + (leave it NULL). Attributes The following video attributes, defined in <curses.h>, can @@ -211,6 +207,10 @@ tr_set. These are intended to work with a new series of highlight macros prefixed with WA_. + Older versions of this library did not force an update of + the screen when changing the attributes. Use touchwin to + force the screen to match the updated attributes. + WA_NORMAL Normal display (no highlight) WA_STANDOUT Best highlighting mode of the terminal. @@ -241,7 +241,8 @@ This implementation returns an error if the window pointer is null. The wcolor_set function returns an error if the color pair parameter is outside the range 0..COL- - OR_PAIRS-1. + OR_PAIRS-1. This implementation also provides getattrs + for compatibility with older versions of curses.