diff options
author | nicm <nicm> | 2017-05-04 07:16:43 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-05-04 07:16:43 +0000 |
commit | d98d31690354ec6b53206c0b24834c877cd8ad5a (patch) | |
tree | 8d63d0b30f4742990a6e687d4569f9981c3182a4 /tmux.1 | |
parent | ca6a121e63c61eb45a81dc7318ed290b8dca45e6 (diff) | |
download | rtmux-d98d31690354ec6b53206c0b24834c877cd8ad5a.tar.gz rtmux-d98d31690354ec6b53206c0b24834c877cd8ad5a.tar.bz2 rtmux-d98d31690354ec6b53206c0b24834c877cd8ad5a.zip |
Some new notifications, mainly for active pane and current window and
session:
pane-mode-changed
window-pane-changed
client-session-changed
session-window-changed
From Joshua Brot.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -4231,6 +4231,11 @@ A notification will never occur inside an output block. .Pp The following notifications are defined: .Bl -tag -width Ds +.It Ic %client-session-changed Ar client Ar session-id Ar name +The client is now attached to the session with ID +.Ar session-id , +which is named +.Ar name . .It Ic %exit Op Ar reason The .Nm @@ -4253,6 +4258,10 @@ and the window flags are A window pane produced output. .Ar value escapes non-printable characters and backslash as octal \\xxx. +.It Ic %pane-mode-changed Ar pane-id +The pane with ID +.Ar pane-id +has changed mode. .It Ic %session-changed Ar session-id Ar name The client is now attached to the session with ID .Ar session-id , @@ -4261,6 +4270,11 @@ which is named .It Ic %session-renamed Ar name The current session was renamed to .Ar name . +.It Ic %session-window-changed Ar session-id Ar window-id +The session with ID +.Ar session-id +changed its active window to the window with ID +.Ar window-id . .It Ic %sessions-changed A session was created or destroyed. .It Ic %unlinked-window-add Ar window-id @@ -4275,6 +4289,11 @@ was linked to the current session. The window with ID .Ar window-id closed. +.It Ic %window-pane-changed Ar window-id Ar pane-id +The active pane in the window with ID +.Ar window-id +changed to the pane with ID +.Ar pane-id . .It Ic %window-renamed Ar window-id Ar name The window with ID .Ar window-id |