[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.18 and 1.19

version 1.18, 2009/02/09 17:15:44 version 1.19, 2010/09/29 07:44:56
Line 113 
Line 113 
 .Xr terminfo  .Xr terminfo
 reset sequences).  reset sequences).
 .El  .El
 .Sh EXAMPLES  .Sh EXIT STATUS
 .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  
 The exit value of  The exit value of
 .Nm  .Nm
 is based on the last attribute specified.  is based on the last attribute specified.
Line 145 
Line 137 
 .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
   .El
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr terminfo 3 ,  .Xr terminfo 3 ,
 .Xr terminfo 5  .Xr terminfo 5

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19