X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_terminfo.3x.html;h=c72b2f4af3e60c715ccfa6e24d737cac735e774a;hp=784b59d19d9cc8afd40eb2318eaccb399484a791;hb=2a32bee362db64f5a06b2124976b928ac3faa578;hpb=027d0c57c4c4d6690e8d8727888d3282dbe9aa86;ds=sidebyside diff --git a/doc/html/man/curs_terminfo.3x.html b/doc/html/man/curs_terminfo.3x.html index 784b59d1..c72b2f4a 100644 --- a/doc/html/man/curs_terminfo.3x.html +++ b/doc/html/man/curs_terminfo.3x.html @@ -50,16 +50,14 @@ - -

NAME

+

NAME

        del_curterm, mvcur, putp, restartterm, set_curterm,
        setterm, setupterm, tigetflag, tigetnum, tigetstr, tiparm,
        tparm, tputs, vid_attr, vid_puts, vidattr, vidputs -
        curses interfaces to terminfo database
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
        #include <term.h>
 
@@ -82,8 +80,7 @@
        char *tiparm(const char *str, ...);
 
 
-
-

DESCRIPTION

+

DESCRIPTION

        These low-level routines must be called by  programs  that
        have to deal directly with the terminfo database to handle
        certain terminal capabilities, such as  programming  func-
@@ -91,8 +88,7 @@
        are more suitable and their use is recommended.
 
 
-
-

Initialization

+

Initialization

        Initially, setupterm should  be  called.   Note  that  se-
        tupterm  is  automatically  called by initscr and newterm.
        This  defines  the  set  of  terminal-dependent  variables
@@ -181,8 +177,7 @@
        not recommended for new programs.
 
 
-
-

The Terminal State

+

The Terminal State

        The  setupterm  routine  stores  its information about the
        terminal in a TERMINAL structure pointed to by the  global
        variable  cur_term.   If  it  detects an error, or decides
@@ -219,8 +214,7 @@
        bits.
 
 
-
-

Formatting Output

+

Formatting Output

        The tparm routine instantiates the string str with parame-
        ters  pi.  A pointer is returned to the result of str with
        the parameters applied.
@@ -230,8 +224,7 @@
        ters are integers (int) rather than longs.
 
 
-
-

Output Functions

+

Output Functions

        The tputs  routine  applies  padding  information  to  the
        string  str  and  outputs  it.  The str must be a terminfo
        string variable or the return value from  tparm,  tgetstr,
@@ -266,8 +259,7 @@
        fresh).
 
 
-
-

Terminal Capability Functions

+

Terminal Capability Functions

        The  tigetflag,  tigetnum and tigetstr routines return the
        value of the capability corresponding to the terminfo cap-
        name  passed  to them, such as xenl.  The capname for each
@@ -299,8 +291,7 @@
               scription.
 
 
-
-

Terminal Capability Names

+

Terminal Capability Names

        These null-terminated arrays contain  the  short  terminfo
        names  ("codes"), the termcap names, and the long terminfo
        names ("fnames") for each of the predefined terminfo vari-
@@ -312,8 +303,7 @@
               char *strnames[], *strcodes[], *strfnames[]
 
 
-
-

RETURN VALUE

+

RETURN VALUE

        Routines  that  return  an integer return ERR upon failure
        and OK (SVr4 only specifies "an integer value  other  than
        ERR")  upon  successful completion, unless otherwise noted
@@ -347,8 +337,7 @@
                  the output function putc.
 
 
-
-

PORTABILITY

+

PORTABILITY

        X/Open notes that vidattr and vidputs may be macros.
 
        The  function  setterm is not described by X/Open and must
@@ -425,8 +414,7 @@
        tic -x, are not stored in the arrays described here.
 
 
-
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_initscr(3x), curs_kernel(3x),  curs_term-
        cap(3x),  curs_variables(3x), term_variables(3x), putc(3),
        terminfo(5)