X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_termattrs.3x.html;h=024695b03ecf939de0e30b63c69f538088deaec8;hp=37d2c9803af21eb7478f43447eb8493c6f519b20;hb=2a32bee362db64f5a06b2124976b928ac3faa578;hpb=6a530b46563470c2ca73579d1994a0c8e275dd98;ds=sidebyside diff --git a/doc/html/man/curs_termattrs.3x.html b/doc/html/man/curs_termattrs.3x.html index 37d2c980..024695b0 100644 --- a/doc/html/man/curs_termattrs.3x.html +++ b/doc/html/man/curs_termattrs.3x.html @@ -45,15 +45,13 @@ - -

NAME

+

NAME

        baudrate, erasechar, erasewchar, has_ic, has_il, killchar,
        killwchar, longname,  term_attrs,  termattrs,  termname  -
        curses environment query routines
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int baudrate(void);
@@ -69,18 +67,15 @@
        char *termname(void);
 
 
-
-

DESCRIPTION

+

DESCRIPTION

 
-
-

baudrate

+

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

+

erasechar, erasewchar

        The  erasechar  routine  returns  the user's current erase
        character.
 
@@ -90,8 +85,7 @@
        erenced by ch is not changed.
 
 
-
-

has_is, has_il

+

has_is, has_il

        The has_ic routine is true if the terminal has insert- and
        delete- character capabilities.
 
@@ -102,8 +96,7 @@
        scrollok.
 
 
-
-

killchar, killwchar

+

killchar, killwchar

        The killchar routine returns the user's current line  kill
        character.
 
@@ -113,8 +106,7 @@
        location referenced by ch is not changed.
 
 
-
-

longname

+

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-
@@ -125,8 +117,7 @@
        used with multiple terminals.
 
 
-
-

termattrs, term_attrs

+

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-
@@ -137,14 +128,12 @@
        appearance of the screen.
 
 
-
-

termname

+

termname

        The termname routine returns the  terminal  name  used  by
        setupterm.
 
 
-
-

RETURN VALUE

+

RETURN VALUE

        longname and termname return NULL on error.
 
        Routines  that  return  an integer return ERR upon failure
@@ -152,21 +141,18 @@
        ERR") upon successful completion.
 
 
-
-

NOTES

+

NOTES

        Note that termattrs may be a macro.
 
 
-
-

PORTABILITY

+

PORTABILITY

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

SEE ALSO

+

SEE ALSO

        curses(3x), curs_initscr(3x), curs_outopts(3x)