[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.10 and 1.11

version 1.10, 2000/03/11 21:40:05 version 1.11, 2000/11/10 05:10:41
Line 118 
Line 118 
 Reset the terminal (using the  Reset the terminal (using the
 .Xr terminfo  .Xr terminfo
 reset sequences).  reset sequences).
   .Sh EXAMPLES
   .Bl -tag -width "tput cup 6 11 dch 6" -compact
   .It Li "tput clear cup 5 10"
   clear the screen and goto line 5 column 10
   .Pp
   .It Li "tput cup 6 11 dch 6"
   goto line 6 column 11 and delete 6 characters
   .El
 .Sh DIAGNOSTICS  .Sh DIAGNOSTICS
 The exit value of  The exit value of
 .Nm  .Nm
Line 142 
Line 150 
 .Nm  .Nm
 exits with a value of 0 if the terminal has this attribute or  exits with a value of 0 if the terminal has this attribute or
 1 if it does not.  1 if it does not.
 .Sh EXAMPLES  
 .Bl -tag -width "tput cup 6 11 dch 6" -compact  
 .It Li "tput clear cup 5 10"  
 clear the screen and goto line 5 column 10  
 .Pp  
 .It Li "tput cup 6 11 dch 6"  
 goto line 6 column 11 and delete 6 characters  
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr terminfo 3 ,  .Xr terminfo 3 ,
 .Xr terminfo 5  .Xr terminfo 5

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11