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=dc35ff7c4f248631384ed2a40fc502804d644e77;hb=29a36e53e1f77a0c3672f2e267d573823d6a9a60;hpb=46722468f47c2b77b3987729b4bcf2321cccfd01 diff --git a/doc/html/man/curs_termattrs.3x.html b/doc/html/man/curs_termattrs.3x.html index dc35ff7c..024695b0 100644 --- a/doc/html/man/curs_termattrs.3x.html +++ b/doc/html/man/curs_termattrs.3x.html @@ -1,7 +1,6 @@ - + + + curs_termattrs 3x -

curs_termattrs 3x

-
+

curs_termattrs 3x

-
+curs_termattrs(3x)                                   curs_termattrs(3x)
 
-
-

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);
@@ -65,12 +67,15 @@
        char *termname(void);
 
 
-
-

DESCRIPTION

+

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.
 
@@ -79,6 +84,8 @@
        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.
 
@@ -88,6 +95,8 @@
        would  be  appropriate to turn on physical scrolling using
        scrollok.
 
+
+

killchar, killwchar

        The killchar routine returns the user's current line  kill
        character.
 
@@ -96,6 +105,8 @@
        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-
@@ -105,21 +116,24 @@
        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.
 
-       The termname routine returns the value of the  environmen-
-       tal variable TERM (truncated to 14 characters).
+

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-
+       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.
 
 
-
-

RETURN VALUE

+

termname

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

RETURN VALUE

        longname and termname return NULL on error.
 
        Routines  that  return  an integer return ERR upon failure
@@ -127,46 +141,44 @@
        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.
+       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)
 
 
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+                                                     curs_termattrs(3x)
 
-
-
-Man(1) output converted with -man2html -
+