X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_termattrs.3x.html;h=1ca91e23a3b1e6ff7c21fbc12a9faad4d6e62331;hb=d30f99439fcc8d4bb4c38e5c4afb4f6555fc6ad4;hp=bb5dac04e9c26a887e5cd10859d38991bb6ce9c0;hpb=17c5992a16be94247b83f2bbb9accdd9b7e7bb72;p=ncurses.git diff --git a/doc/html/man/curs_termattrs.3x.html b/doc/html/man/curs_termattrs.3x.html index bb5dac04..1ca91e23 100644 --- a/doc/html/man/curs_termattrs.3x.html +++ b/doc/html/man/curs_termattrs.3x.html @@ -1,6 +1,7 @@ @@ -34,7 +35,7 @@ curs_termattrs 3x - + @@ -78,8 +79,8 @@

erasechar, erasewchar

        The erasechar routine returns the user's current erase character.
 
-       The  erasewchar routine stores the current erase character in the loca-
-       tion referenced by ch.  If no erase character  has  been  defined,  the
+       The  erasewchar  routine  stores  the  current  erase  character in the
+       location referenced by ch.  If no erase character has been defined, the
        routine fails and the location referenced by ch is not changed.
 
 
@@ -112,12 +113,13 @@
 
 
 

termattrs, term_attrs

-       If a given terminal does not support a video attribute that an applica-
-       tion program is trying to use, curses may substitute a different  video
-       attribute for it.  The termattrs and term_attrs functions return a log-
-       ical 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.
+       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 useful when a
+       curses program needs  complete  control  over  the  appearance  of  the
+       screen.
 
 
 

termname

@@ -127,9 +129,9 @@
 

RETURN VALUE

        longname and termname return NULL on error.
 
-       Routines that return an integer return ERR upon failure  and  OK  (SVr4
-       only  specifies "an integer value other than ERR") upon successful com-
-       pletion.
+       Routines  that  return  an integer return ERR upon failure and OK (SVr4
+       only specifies "an integer  value  other  than  ERR")  upon  successful
+       completion.
 
 
 

NOTES

@@ -138,7 +140,7 @@
 
 

PORTABILITY

        The XSI Curses standard, Issue 4 describes these functions.  It changes
-       the  return type of termattrs to the new type attr_t.  Most versions of
+       the return type of termattrs to the new type attr_t.  Most versions  of
        curses truncate the result returned by termname to 14 characters.