X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Ftput.1.html;h=4b6ec0ff64f6c643e8f137c108f062d229cd1dfb;hp=a7c02e633a83a88050cbaa1b2273bd7d6f0aa6d3;hb=cccf831ed7c83410c7f6cec2a43e71e9c4278b4c;hpb=ed646e3f683083e787c6ba773364401dc9fa9d40 diff --git a/doc/html/man/tput.1.html b/doc/html/man/tput.1.html index a7c02e63..4b6ec0ff 100644 --- a/doc/html/man/tput.1.html +++ b/doc/html/man/tput.1.html @@ -1,7 +1,7 @@ - + tput 1 @@ -41,7 +41,7 @@

tput 1

-tput(1)                                                                tput(1)
+tput(1)                     General Commands Manual                    tput(1)
 
 
 
@@ -52,7 +52,7 @@
 
 

SYNOPSIS

        tput [-Ttype] capname [parameters]
-       tput [-Ttype] clear
+       tput [-Ttype] [-x] clear
        tput [-Ttype] init
        tput [-Ttype] reset
        tput [-Ttype] longname
@@ -87,25 +87,29 @@
 
 
 

Options

-       -Ttype indicates the type of terminal.  Normally this option is  unnec-
-              essary,  because the default is taken from the environment vari-
-              able TERM.  If -T is specified, then the shell  variables  LINES
-              and COLUMNS will also be ignored.
-
-       -S     allows  more  than  one  capability per invocation of tput.  The
-              capabilities must be passed to  tput  from  the  standard  input
-              instead  of  from the command line (see example).  Only one cap-
-              name is allowed per line.  The -S option changes the meaning  of
-              the  0  and  1 boolean and string exit codes (see the EXIT CODES
+       -S     allows more than one capability per  invocation  of  tput.   The
+              capabilities  must  be  passed  to  tput from the standard input
+              instead of from the command line (see example).  Only  one  cap-
+              name  is allowed per line.  The -S option changes the meaning of
+              the 0 and 1 boolean and string exit codes (see  the  EXIT  CODES
               section).
 
-              Again, tput uses a table and the presence of parameters  in  its
+              Because  some capabilities may use string parameters rather than
+              numbers, tput uses a table and the presence of parameters in its
               input  to  decide whether to use tparm(3x), and how to interpret
               the parameters.
 
-       -V     reports the version of ncurses which was used in  this  program,
+       -Ttype indicates the type of terminal.  Normally this option is  unnec-
+              essary,  because the default is taken from the environment vari-
+              able TERM.  If -T is specified, then the shell  variables  LINES
+              and COLUMNS will also be ignored.
+
+       -V     reports  the  version of ncurses which was used in this program,
               and exits.
 
+       -x     do not attempt to clear the terminal's scrollback  buffer  using
+              the extended "E3" capability.
+
 
 

Commands

        A few commands (init, reset and longname) are special; they are defined
@@ -478,7 +482,7 @@
 

SEE ALSO

        clear(1), stty(1), tabs(1), tset(1), terminfo(5), curs_termcap(3x).
 
-       This describes ncurses version 6.0 (patch 20170506).
+       This describes ncurses version 6.1 (patch 20180519).