X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fclear.1.html;h=bf60154fdd474d9b14d88286300c13c9dc7a4560;hp=85a830530add243398f27391323e4905afb25ede;hb=54d0d62f0eb759e3c623a215d98ddebccca64488;hpb=cd142df6d9934f1bda19f5b968cc666291be5072 diff --git a/doc/html/man/clear.1.html b/doc/html/man/clear.1.html index 85a83053..bf60154f 100644 --- a/doc/html/man/clear.1.html +++ b/doc/html/man/clear.1.html @@ -1,6 +1,7 @@ @@ -34,15 +35,15 @@ - + clear 1 - +

clear 1

-clear(1)                                                              clear(1)
+clear(1)                    General Commands Manual                   clear(1)
 
 
 
@@ -90,13 +91,13 @@
        (tput),  and used this to replace the clear command with a shell script
        which calls tput clear, e.g.,
 
-         /usr/bin/tput ${1:+-T$1} clear 2> /dev/null
-         exit
+           /usr/bin/tput ${1:+-T$1} clear 2> /dev/null
+           exit
 
        In 1989, when Keith Bostic revised the BSD tput command to make it sim-
        ilar to the AT&T tput, he added a shell script for the clear command:
 
-         exec tput clear
+           exec tput clear
 
        The remainder of the script in each case is a copyright notice.
 
@@ -109,11 +110,11 @@
            sequence  for  clearing  the screen.  Rather than clearing just the
            visible part of the screen using
 
-             printf '\033[2J'
+               printf '\033[2J'
 
            one could clear the scrollback using
 
-             printf '\033[3J'
+               printf '\033[3J'
 
            This is documented in XTerm Control Sequences as a  feature  origi-
            nating with xterm.
@@ -148,7 +149,7 @@
 

SEE ALSO

        tput(1), terminfo(5)
 
-       This describes ncurses version 6.0 (patch 20171007).
+       This describes ncurses version 6.2 (patch 20200516).