diff options
author | nicm <nicm> | 2021-08-12 08:05:11 +0000 |
---|---|---|
committer | nicm <nicm> | 2021-08-12 08:05:11 +0000 |
commit | 163908fe8a0af8cf2d24510415bd4f81ace3a4d1 (patch) | |
tree | 0ec5a7b224bde8202977798b49d7dc2ee6ff0a7b /tmux.1 | |
parent | 7eea3d7ab850bb8fbeeccbb4b0fe84b9274965af (diff) | |
download | rtmux-163908fe8a0af8cf2d24510415bd4f81ace3a4d1.tar.gz rtmux-163908fe8a0af8cf2d24510415bd4f81ace3a4d1.tar.bz2 rtmux-163908fe8a0af8cf2d24510415bd4f81ace3a4d1.zip |
Move hook format setup earlier and add a hook_client, GitHub issue 2809.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4925,6 +4925,7 @@ The following variables are available, where appropriate: .It Li "history_limit" Ta "" Ta "Maximum window history lines" .It Li "history_size" Ta "" Ta "Size of history in lines" .It Li "hook" Ta "" Ta "Name of running hook, if any" +.It Li "hook_client" Ta "" Ta "Name of client where hook was run, if any" .It Li "hook_pane" Ta "" Ta "ID of pane where hook was run, if any" .It Li "hook_session" Ta "" Ta "ID of session where hook was run, if any" .It Li "hook_session_name" Ta "" Ta "Name of session where hook was run, if any" |