X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_attr.3x.html;h=1692a9f08f4f6cfcbfc35aaa8f9d6a51d9ec6154;hb=a2ea66477b08cf07200cf7c319447d61d1360d85;hp=f693943907761da0d47237b97965bb2a8ce5e31c;hpb=027ae42953e3186daed8f3882da73de48291b606;p=ncurses.git diff --git a/doc/html/man/curs_attr.3x.html b/doc/html/man/curs_attr.3x.html index f6939439..1692a9f0 100644 --- a/doc/html/man/curs_attr.3x.html +++ b/doc/html/man/curs_attr.3x.html @@ -2,7 +2,7 @@ @@ -148,7 +148,6 @@ be passed to the routines attron, attroff, and attrset, or OR'd with the characters passed to addch. - A_NORMAL Normal display (no highlight) A_STANDOUT Best highlighting mode of the terminal. A_UNDERLINE Underlining @@ -211,7 +210,6 @@ 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. WA_UNDERLINE Underlining @@ -241,7 +239,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.