diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2021-06-10 07:59:09 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2021-06-10 07:59:09 +0000 |
commit | 517beee0a1d3f453f20d462479fad8c981587133 (patch) | |
tree | 0bedc11c06264f03316abd9ee1e4a071d2966f42 /usr.bin/tmux/tmux.1 | |
parent | dd056fad59c9e41dbc10488754a5f764412f782a (diff) |
Feature for the mouse since FreeBSD termcap does not have kmous.
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 2d55b9f61ea..8273596854f 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.841 2021/06/10 07:56:47 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.842 2021/06/10 07:59:08 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> .\" @@ -3540,6 +3540,10 @@ Supports extended keys. Supports focus reporting. .It margins Supports DECSLRM margins. +.It mouse +Supports +.Xr xterm 1 +mouse sequences. .It overline Supports the overline SGR attribute. .It rectfill |