diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-07-26 18:01:16 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-07-26 18:01:16 +0100 |
commit | 58744de3eb7269d5d8eb778f67812f3f5670536d (patch) | |
tree | 7ecc736fa8776a06da9ed99fc07ae66dea84a933 /tmux.1 | |
parent | 06a2644ab2479370eec4bd44975e5508f6407d30 (diff) | |
parent | b1bd0c7fc16e896e7432beb56075d501f90ed6b8 (diff) | |
download | rtmux-58744de3eb7269d5d8eb778f67812f3f5670536d.tar.gz rtmux-58744de3eb7269d5d8eb778f67812f3f5670536d.tar.bz2 rtmux-58744de3eb7269d5d8eb778f67812f3f5670536d.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 64 |
1 files changed, 42 insertions, 22 deletions
@@ -2519,6 +2519,25 @@ before interpretation. .Pp Available session options are: .Bl -tag -width Ds +.It Xo Ic activity-action +.Op Ic any | none | current | other +.Xc +Set action on window activity when +.Ic monitor-activity +is on. +.Ic any +means activity in any window linked to a session causes a bell or message +(depending on +.Ic visual-activity ) +in the current window of that session, +.Ic none +means all activity is ignored (equivalent to +.Ic monitor-activity +being off), +.Ic current +means only activity in windows other than the current window are ignored and +.Ic other +means activity in the current window is ignored but not those in other windows. .It Ic assume-paste-time Ar milliseconds If keys are entered faster than one in .Ar milliseconds , @@ -2534,20 +2553,8 @@ The default is zero. .Op Ic any | none | current | other .Xc Set action on window bell. -.Ic any -means a bell in any window linked to a session causes a bell in the current -window of that session, -.Ic none -means all bells are ignored, -.Ic current -means only bells in windows other than the current window are ignored and -.Ic other -means bells in the current window are ignored but not those in other windows. -.It Xo Ic bell-on-alert -.Op Ic on | off -.Xc -If on, ring the terminal bell when an alert -occurs. +The values are the same as those for +.Ic activity-action . .It Ic default-command Ar shell-command Set the command used for new windows (if not specified when the window is created) to @@ -2763,6 +2770,15 @@ is on. Formats are expanded, see the .Sx FORMATS section. +.It Xo Ic silence-action +.Op Ic any | none | current | other +.Xc +Set action on window silence when +.Ic monitor-silence +is on. +The values are the same as those for +.Ic activity-action . +.Pp .It Xo Ic status .Op Ic on | off .Xc @@ -2888,26 +2904,30 @@ set -s user-keys[0] '\e[5;30012~' bind User0 resize-pane -L 3 .Ed .It Xo Ic visual-activity -.Op Ic on | off +.Op Ic on | off | both .Xc -If on, display a status line message when activity occurs in a window -for which the +If on, display a message instead of sending a bell when activity occurs in a +window for which the .Ic monitor-activity window option is enabled. +If set to both, a bell and a message are produced. .It Xo Ic visual-bell -.Op Ic on | off +.Op Ic on | off | both .Xc -If this option is on, a message is shown on a bell instead of it being passed -through to the terminal (which normally makes a sound). +If on, a message is shown on a bell instead of it being passed through to the +terminal (which normally makes a sound). +If set to both, a bell and a message are produced. Also see the .Ic bell-action option. .It Xo Ic visual-silence -.Op Ic on | off +.Op Ic on | off | both .Xc If .Ic monitor-silence -is enabled, prints a message after the interval has expired on a given window. +is enabled, prints a message after the interval has expired on a given window +instead of sending a bell. +If set to both, a bell and a message are produced. .It Ic word-separators Ar string Sets the session's conception of what characters are considered word separators, for the purposes of the next and previous word commands in |