X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_termattrs.3x.html;h=c375cbce152239f4fbc2333af52dedea840bb111;hp=dc35ff7c4f248631384ed2a40fc502804d644e77;hb=0ac2306dd3aaab1338d8b1458c15a7e476cfc3ff;hpb=46722468f47c2b77b3987729b4bcf2321cccfd01 diff --git a/doc/html/man/curs_termattrs.3x.html b/doc/html/man/curs_termattrs.3x.html index dc35ff7c..c375cbce 100644 --- a/doc/html/man/curs_termattrs.3x.html +++ b/doc/html/man/curs_termattrs.3x.html @@ -1,7 +1,7 @@ @@ -40,6 +40,10 @@
 
+curs_termattrs(3x)                                   curs_termattrs(3x)
+
+
+
 
 

NAME

@@ -105,17 +109,17 @@
        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 value of the  environmen-
-       tal variable TERM (truncated to 14 characters).
+       The termname routine returns the  terminal  name  used  by
+       setupterm.
 
 
 
@@ -136,7 +140,8 @@

PORTABILITY

        The  XSI  Curses  standard,  Issue 4 describes these func-
        tions.  It changes the return type of termattrs to the new
-       type attr_t.
+       type  attr_t.  Most versions of curses truncate the result
+       returned by termname to 14 characters.
 
 
 
@@ -145,23 +150,7 @@ - - - - - - - - - - - - - - - - - + curs_termattrs(3x)