X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fclear.1.html;h=2a21936a69af82d76927112ec293071a20506b26;hp=5252f61667cc6389c23b94757fe5d80c17acbe5f;hb=0485620c03e69b1b58a6b12e5e45c98415fc7575;hpb=b793748293cd1a764b1a858455399ad899b5a8a1 diff --git a/doc/html/man/clear.1.html b/doc/html/man/clear.1.html index 5252f616..2a21936a 100644 --- a/doc/html/man/clear.1.html +++ b/doc/html/man/clear.1.html @@ -1,6 +1,6 @@ @@ -52,7 +52,7 @@

SYNOPSIS

-       clear
+       clear [-Ttype] [-V] [-x]
 
 
 

DESCRIPTION

@@ -67,9 +67,18 @@
        screen),  and  later  cat  the  file to the screen, clearing it at that
        point.
 
-       clear ignores any command-line parameters that  may  be  present.   The
-       analogous  "tput  clear"  has  command-line parameters including -T for
-       overriding the TERM environment variable.
+
+

OPTIONS

+       -T type
+            indicates the type of terminal.  Normally this option is  unneces-
+            sary,  because  the default is taken from the environment variable
+            TERM.
+
+       -V   reports the version of ncurses which was used in this program, and
+            exits.  The options are as follows:
+
+       -x   do not attempt to clear the terminal's scrollback buffer using the
+            extended "E3" capability.
 
 
 

HISTORY

@@ -138,7 +147,7 @@
 

SEE ALSO

        tput(1), terminfo(5)
 
-       This describes ncurses version 6.0 (patch 20170520).
+       This describes ncurses version 6.0 (patch 20170819).
 
 
 
@@ -149,6 +158,7 @@
 
  • NAME
  • SYNOPSIS
  • DESCRIPTION
  • +
  • OPTIONS
  • HISTORY
  • PORTABILITY
  • SEE ALSO