aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2013-06-23 13:10:46 +0000
committerThomas Adam <thomas@xteddy.org>2013-06-28 20:55:16 +0100
commitc7a121cfc0137c907b7bfb0c3fd1bdee395af8aa (patch)
tree3a746b9f737616e49e490ce555df0655e7952bcc /tmux.1
parent777be296ee041e7d9131110e0489e791ed389ac1 (diff)
downloadrtmux-c7a121cfc0137c907b7bfb0c3fd1bdee395af8aa.tar.gz
rtmux-c7a121cfc0137c907b7bfb0c3fd1bdee395af8aa.tar.bz2
rtmux-c7a121cfc0137c907b7bfb0c3fd1bdee395af8aa.zip
Focus events can cause trouble if left on and they can't be turned off
during idle periods (like the other states are) because we'd miss events. So add a server option to control them. Defaults to off.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.18
1 files changed, 8 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index f644587b..0aeb5a17 100644
--- a/tmux.1
+++ b/tmux.1
@@ -2096,6 +2096,14 @@ The default is 500 milliseconds.
.Op Ic on | off
.Xc
If enabled, the server will exit when there are no attached clients.
+.It Xo Ic focus-events
+.Op Ic on | off
+.Xc
+When enabled, focus events are requested from the terminal if supported and
+passed through to applications running in
+.Nm .
+Attached clients should be detached and attached again after changing this
+option.
.It Xo Ic quiet
.Op Ic on | off
.Xc