mirror of
https://github.com/tmux/tmux.git
synced 2025-09-05 08:07:03 +00:00
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.
This commit is contained in:

committed by
Thomas Adam

parent
777be296ee
commit
c7a121cfc0
8
tmux.1
8
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
|
||||
|
Reference in New Issue
Block a user