X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Ftput.1.html;h=11941e4e6e6708a797cc90648db2d4e0320cf9d7;hp=b63d18f1c2148fa7446456ae428891bef8d53b73;hb=6208c89f98f1cf9fe0980bd8e791846ce007a13d;hpb=027d0c57c4c4d6690e8d8727888d3282dbe9aa86 diff --git a/doc/html/man/tput.1.html b/doc/html/man/tput.1.html index b63d18f1..11941e4e 100644 --- a/doc/html/man/tput.1.html +++ b/doc/html/man/tput.1.html @@ -46,14 +46,12 @@ - -

NAME

+

NAME

        tput,  reset  -  initialize  a  terminal or query terminfo
        database
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        tput [-Ttype] capname [parms ... ]
        tput [-Ttype] init
        tput [-Ttype] reset
@@ -62,8 +60,7 @@
        tput -V
 
 
-
-

DESCRIPTION

+

DESCRIPTION

        The tput utility uses the terminfo database  to  make  the
        values  of terminal-dependent capabilities and information
        available to the shell (see sh(1)), to initialize or reset
@@ -172,8 +169,7 @@
        has similar behavior.
 
 
-
-

EXAMPLES

+

EXAMPLES

        tput init
             Initialize the terminal according to the type of ter-
             minal  in the environmental variable TERM.  This com-
@@ -237,8 +233,7 @@
             exclamation mark (!) on a line by itself.
 
 
-
-

FILES

+

FILES

        /usr/share/terminfo
               compiled terminal description database
 
@@ -250,8 +245,7 @@
               tion of terminfo(5)
 
 
-
-

EXIT CODES

+

EXIT CODES

        If the -S option is used, tput checks for errors from each
        line, and if any errors are found, will set the exit  code
        to  4  plus the number of lines with errors.  If no errors
@@ -288,8 +282,7 @@
        TICS section.
 
 
-
-

DIAGNOSTICS

+

DIAGNOSTICS

        tput prints the following error messages and sets the cor-
        responding exit codes.
 
@@ -306,8 +299,7 @@
        ---------------------------------------------------------------------
 
 
-
-

PORTABILITY

+

PORTABILITY

        The  longname  and -S options, and the parameter-substitu-
        tion features used in the cup example, are  not  supported
        in BSD curses or in AT&T/USL curses before SVr4.
@@ -334,11 +326,10 @@
        ing only digits is intended to be a number.
 
 
-
-

SEE ALSO

+

SEE ALSO

        clear(1), stty(1), tabs(1), terminfo(5), curs_termcap(3x).
 
-       This describes ncurses version 5.9 (patch 20150516).
+       This describes ncurses version 6.0 (patch 20160130).