=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.527 retrieving revision 1.528 diff -c -r1.527 -r1.528 *** src/usr.bin/tmux/tmux.1 2017/01/24 20:01:34 1.527 --- src/usr.bin/tmux/tmux.1 2017/01/24 20:05:15 1.528 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.527 2017/01/24 20:01:34 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.528 2017/01/24 20:05:15 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 2495,2506 **** Or changing this property from the .Xr xterm 1 interactive menu when required. ! .It Ic terminal-overrides Ar string ! Contains a list of entries which override terminal descriptions read using ! .Xr terminfo 5 . ! .Ar string ! is a comma-separated list of items each a colon-separated string made up of a ! terminal type pattern (matched using .Xr fnmatch 3 ) and a set of .Em name=value --- 2495,2506 ---- Or changing this property from the .Xr xterm 1 interactive menu when required. ! .It Ic terminal-overrides[] Ar string ! Allow terminal descriptions read using ! .Xr terminfo 5 ! to be overriden. ! Each entry is a colon-separated string made up of a terminal type pattern ! (matched using .Xr fnmatch 3 ) and a set of .Em name=value *************** *** 2511,2526 **** .Xr terminfo 5 entry to .Ql \ee[H\ee[2J ! for all terminal types and the ! .Ql dch1 ! entry to ! .Ql \ee[P ! 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 The terminal entry value is passed through .Xr strunvis 3 --- 2511,2520 ---- .Xr terminfo 5 entry to .Ql \ee[H\ee[2J ! for all terminal types matching ! .Ql rxvt* : ! .Pp ! .Dl "rxvt*:clear=\ee[H\ee[2J" .Pp The terminal entry value is passed through .Xr strunvis 3