X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_termattrs.3x.html;fp=doc%2Fhtml%2Fman%2Fcurs_termattrs.3x.html;h=daf3a76660e81d948cef089b103f9875fa4bb1c2;hp=9b9cdae96fab14239dc81c45aa53bae6e6b40f33;hb=ca276baf720e3a44721b9e18955d3f546955c6c8;hpb=4e6cadb948fd73686614442733848fe271e5d7b2 diff --git a/doc/html/man/curs_termattrs.3x.html b/doc/html/man/curs_termattrs.3x.html index 9b9cdae9..daf3a766 100644 --- a/doc/html/man/curs_termattrs.3x.html +++ b/doc/html/man/curs_termattrs.3x.html @@ -1,7 +1,7 @@ @@ -109,14 +109,14 @@ saved between calls to newterm if longname is going to be used with multiple terminals. - If a given terminal doesn't support a video attribute that - an application program is trying to use, curses may sub- - stitute a different video attribute for it. The termattrs - and term_attrs functions return a logical OR of all video - attributes supported by the terminal using A_ and WA_ con- - stants respectively. This information is useful when a - curses program needs complete control over the appearance - of the screen. + If a given terminal does not support a video attribute + that an application program is trying to use, curses may + substitute a different video attribute for it. The + termattrs and term_attrs functions return a logical OR of + all video attributes supported by the terminal using A_ + and WA_ constants respectively. This information is use- + ful when a curses program needs complete control over the + appearance of the screen. The termname routine returns the terminal name used by setupterm.