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

Diff for /src/usr.bin/tmux/tmux.1 between version 1.527 and 1.528

version 1.527, 2017/01/24 20:01:34 version 1.528, 2017/01/24 20:05:15
Line 2495 
Line 2495 
 Or changing this property from the  Or changing this property from the
 .Xr xterm 1  .Xr xterm 1
 interactive menu when required.  interactive menu when required.
 .It Ic terminal-overrides Ar string  .It Ic terminal-overrides[] Ar string
 Contains a list of entries which override terminal descriptions read using  Allow terminal descriptions read using
 .Xr terminfo 5 .  .Xr terminfo 5
 .Ar string  to be overriden.
 is a comma-separated list of items each a colon-separated string made up of a  Each entry is a colon-separated string made up of a terminal type pattern
 terminal type pattern (matched using  (matched using
 .Xr fnmatch 3 )  .Xr fnmatch 3 )
 and a set of  and a set of
 .Em name=value  .Em name=value
Line 2511 
Line 2511 
 .Xr terminfo 5  .Xr terminfo 5
 entry to  entry to
 .Ql \ee[H\ee[2J  .Ql \ee[H\ee[2J
 for all terminal types and the  for all terminal types matching
 .Ql dch1  .Ql rxvt* :
 entry to  .Pp
 .Ql \ee[P  .Dl "rxvt*:clear=\ee[H\ee[2J"
 for the  
 .Ql rxvt  
 terminal type, the option could be set to the string:  
 .Bd -literal -offset indent  
 "*:clear=\ee[H\ee[2J,rxvt:dch1=\ee[P"  
 .Ed  
 .Pp  .Pp
 The terminal entry value is passed through  The terminal entry value is passed through
 .Xr strunvis 3  .Xr strunvis 3

Legend:
Removed from v.1.527  
changed lines
  Added in v.1.528