X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Ftput.1.html;h=d7be3531fee1741aaac5a0df2bf2349ae6e56c00;hp=da9841f86308633cd0136e1f35fedb1bfe70bc0b;hb=bca50d0d8592defee6c584fdedd25f4b1a31345b;hpb=2560bc3dae7f4919060c02c91a593566c908091c;ds=sidebyside diff --git a/doc/html/man/tput.1.html b/doc/html/man/tput.1.html index da9841f8..d7be3531 100644 --- a/doc/html/man/tput.1.html +++ b/doc/html/man/tput.1.html @@ -27,13 +27,13 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: tput.1,v 1.54 2017/01/29 00:51:08 tom Exp @ + * @Id: tput.1,v 1.57 2017/11/20 01:07:02 tom Exp @ --> - + 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 20170603).
+       This describes ncurses version 6.0 (patch 20180106).