X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_termcap.3x.html;h=e26879ace46cb32f972591cc5c051311c8408bbc;hp=7960750f5e66aebd96d3eb328341de3dbe8126a7;hb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012;hpb=b0b1980be11bba618d84beb8b30ac94e2c820602 diff --git a/doc/html/man/curs_termcap.3x.html b/doc/html/man/curs_termcap.3x.html index 7960750f..e26879ac 100644 --- a/doc/html/man/curs_termcap.3x.html +++ b/doc/html/man/curs_termcap.3x.html @@ -1,4 +1,3 @@ - + + + curs_termcap 3x @@ -39,21 +41,20 @@

curs_termcap 3x


-
 curs_termcap(3x)                                       curs_termcap(3x)
 
 
 
 
 
-

NAME

+

NAME

        PC, UP, BC, ospeed, tgetent, tgetflag, tgetnum, tgetstr,
        tgoto, tputs - direct curses interface to the terminfo
        capability database
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
        #include <term.h>
 
@@ -71,7 +72,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        These  routines  are included as a conversion aid for pro-
        grams that use the termcap library.  Their parameters  are
        the  same and the routines are emulated using the terminfo
@@ -79,7 +80,9 @@
        bilities  of  entries  for which a terminfo entry has been
        compiled.
 
-   INITIALIZATION
+
+
+

INITIALIZATION

        The tgetent routine loads the entry for name.  It returns:
 
           1  on success,
@@ -104,7 +107,9 @@
               is  marked  with  the generic capability, or if the
               terminal description has cursor-addressing.
 
-   CAPABILITY VALUES
+
+
+

CAPABILITY VALUES

        The tgetflag routine gets the boolean entry for id, or ze-
        ro if it is not available.
 
@@ -120,7 +125,9 @@
        Only the first two characters of the id parameter of tget-
        flag, tgetnum and tgetstr are compared in lookups.
 
-   FORMATTING CAPABILITIES
+
+
+

FORMATTING CAPABILITIES

        The  tgoto  routine  instantiates  the parameters into the
        given capability.  The output from this routine is  to  be
        passed to tputs.
@@ -129,7 +136,9 @@
        manual page.  It can retrieve capabilities by either term-
        cap or terminfo name.
 
-   GLOBAL VARIABLES
+
+
+

GLOBAL VARIABLES

        The variables PC, UP and BC are set by tgetent to the ter-
        minfo   entry's   data   for   pad_char,   cursor_up   and
        backspace_if_not_bs,  respectively.   UP  is  not  used by
@@ -140,7 +149,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        Except where explicitly noted, routines that return an in-
        teger return ERR upon failure and OK (SVr4 only  specifies
        "an integer value other than ERR") upon successful comple-
@@ -150,7 +159,7 @@
 
 
 
-

BUGS

+

BUGS

        If you call tgetstr to fetch ca or any other parameterized
        string,  be aware that it will be returned in terminfo no-
        tation, not the older and not-quite-compatible termcap no-
@@ -176,7 +185,7 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        The  XSI  Curses  standard,  Issue 4 describes these func-
        tions.  However, they are marked TO BE WITHDRAWN  and  may
        be removed in future versions.
@@ -218,7 +227,7 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), terminfo(5), term_variables(3x), putc(3).
 
        http://invisible-island.net/ncurses/tctest.html
@@ -227,7 +236,23 @@
 
                                                        curs_termcap(3x)
 
-
-Man(1) output converted with man2html +