diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2017-01-25 14:24:55 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2017-01-25 14:24:55 +0000 |
commit | 0bfed3f3bb1d686425b146c317a512fee93a4813 (patch) | |
tree | a819052cf59f18afabdbecb02d5e2ea1f10e11f8 /usr.bin/tmux/tmux.1 | |
parent | d55df4d24388ccf6e6059dce10edf06602ca2abf (diff) |
If xterm-keys is on, use xterm(1) style keys for Home and End as well as
modified keys.
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index c980b8f9281..8daef3bcfb3 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.530 2017/01/24 21:50:22 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.531 2017/01/25 14:24:54 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> .\" @@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 24 2017 $ +.Dd $Mdocdate: January 25 2017 $ .Dt TMUX 1 .Os .Sh NAME @@ -2470,7 +2470,7 @@ interactive menu when required. .It Ic terminal-overrides[] Ar string Allow terminal descriptions read using .Xr terminfo 5 -to be overriden. +to be overridden. Each entry is a colon-separated string made up of a terminal type pattern (matched using .Xr fnmatch 3 ) |