diff options
author | Thomas Adam <thomas@xteddy.org> | 2016-10-15 02:01:12 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2016-10-15 02:01:12 +0100 |
commit | 623e54788e77068779933eb60a042e5a82f32673 (patch) | |
tree | 02ce8da6ff4062b9d4c4b9846960f6f9849e0b2b /tmux.1 | |
parent | 3d2686a236b4ffee762ada8ebb493d8db91f7375 (diff) | |
parent | 3f138dc40c37ddee021b92e5d29676ed96b6cab8 (diff) | |
download | rtmux-623e54788e77068779933eb60a042e5a82f32673.tar.gz rtmux-623e54788e77068779933eb60a042e5a82f32673.tar.bz2 rtmux-623e54788e77068779933eb60a042e5a82f32673.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3248,6 +3248,10 @@ Run when the program running in a pane exits, but is on so the pane has not closed. .It pane-exited Run when the program running in a pane exits. +.It session-renamed +Run when a session is renamed. +.It window-renamed +Run when a window is renamed. .El .Pp Hooks are managed with these commands: |