X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_termattrs.3x.html;h=37d2c9803af21eb7478f43447eb8493c6f519b20;hp=0961c0b0a4c734179a7b757f4cb0812ac76b71e1;hb=6a530b46563470c2ca73579d1994a0c8e275dd98;hpb=32f9f5f12cd9159261f9db228461049e8c770404 diff --git a/doc/html/man/curs_termattrs.3x.html b/doc/html/man/curs_termattrs.3x.html index 0961c0b0..37d2c980 100644 --- a/doc/html/man/curs_termattrs.3x.html +++ b/doc/html/man/curs_termattrs.3x.html @@ -1,6 +1,6 @@ @@ -71,10 +71,16 @@

DESCRIPTION

+
+
+

baudrate

        The  baudrate routine returns the output speed of the ter-
        minal.  The number returned is in  bits  per  second,  for
        example 9600, and is an integer.
 
+
+
+

erasechar, erasewchar

        The  erasechar  routine  returns  the user's current erase
        character.
 
@@ -83,6 +89,9 @@
        has been defined, the routine fails and the location  ref-
        erenced by ch is not changed.
 
+
+
+

has_is, has_il

        The has_ic routine is true if the terminal has insert- and
        delete- character capabilities.
 
@@ -92,6 +101,9 @@
        would  be  appropriate to turn on physical scrolling using
        scrollok.
 
+
+
+

killchar, killwchar

        The killchar routine returns the user's current line  kill
        character.
 
@@ -100,6 +112,9 @@
        character  has  been  defined,  the  routine fails and the
        location referenced by ch is not changed.
 
+
+
+

longname

        The longname routine returns a pointer to  a  static  area
        containing  a verbose description of the current terminal.
        The maximum length of a verbose description is 128 charac-
@@ -109,6 +124,9 @@
        saved between calls to newterm if longname is going to  be
        used with multiple terminals.
 
+
+
+

termattrs, term_attrs

        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-
@@ -118,6 +136,9 @@
        when  a  curses  program  needs  complete control over the
        appearance of the screen.
 
+
+
+

termname

        The termname routine returns the  terminal  name  used  by
        setupterm.
 
@@ -156,7 +177,17 @@