X-Git-Url: http://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=1ca91e23a3b1e6ff7c21fbc12a9faad4d6e62331;hp=81805d29255e5e64abfe65d7d9133d4e69f2f0a8;hb=a6eb34d7fec8170a8715f9e53ca2f96452dd30dd;hpb=5925150381bb42a4d8c7116d62c348a7b84309f3 diff --git a/doc/html/man/curs_termattrs.3x.html b/doc/html/man/curs_termattrs.3x.html index 81805d29..1ca91e23 100644 --- a/doc/html/man/curs_termattrs.3x.html +++ b/doc/html/man/curs_termattrs.3x.html @@ -79,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.
 
 
@@ -113,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

@@ -128,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

@@ -139,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.