X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_termattrs.3x.html;h=c375cbce152239f4fbc2333af52dedea840bb111;hp=9b9cdae96fab14239dc81c45aa53bae6e6b40f33;hb=0ac2306dd3aaab1338d8b1458c15a7e476cfc3ff;hpb=55ccd2b959766810cf7db8d1c4462f338ce0afc8 diff --git a/doc/html/man/curs_termattrs.3x.html b/doc/html/man/curs_termattrs.3x.html index 9b9cdae9..c375cbce 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 ter- + mattrs 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 useful + when a curses program needs complete control over the + appearance of the screen. The termname routine returns the terminal name used by setupterm.