[BACK]Return to tput.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / tput

Diff for /src/usr.bin/tput/tput.1 between version 1.22 and 1.23

version 1.22, 2015/08/24 19:25:09 version 1.23, 2016/12/28 22:47:11
Line 64 
Line 64 
 The attributes are read from stdin instead of the command line.  The attributes are read from stdin instead of the command line.
 .It Fl T  .It Fl T
 The terminal name as found in the  The terminal name as found in the
 .Xr terminfo  .Xr terminfo 5
 database; for example,  database; for example,
 .Dq vt100  .Dq vt100
 or  or
Line 97 
Line 97 
 .Ar attribute  .Ar attribute
 is of type string and takes arguments (e.g., cursor movement,  is of type string and takes arguments (e.g., cursor movement,
 the  the
 .Xr terminfo  .Xr terminfo 5
 .Dq cup  .Dq cup
 sequence) the arguments are taken from the command line immediately  sequence) the arguments are taken from the command line immediately
 following the attribute.  following the attribute.
Line 106 
Line 106 
 .Bl -tag -width Ar  .Bl -tag -width Ar
 .It clear  .It clear
 Clear the screen (the  Clear the screen (the
 .Xr terminfo  .Xr terminfo 5
 .Dq clear  .Dq clear
 sequence).  sequence).
 .It init  .It init
 Print the  Print the
 .Xr terminfo  .Xr terminfo 5
 initialization strings for the specified terminal.  initialization strings for the specified terminal.
 .It longname  .It longname
 Print the descriptive name of the user's terminal type.  Print the descriptive name of the user's terminal type.
 .It reset  .It reset
 Reset the terminal (using the  Reset the terminal (using the
 .Xr terminfo  .Xr terminfo 5
 reset sequences).  reset sequences).
 .El  .El
 .Sh ENVIRONMENT  .Sh ENVIRONMENT

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23