diff options
author | nicm <nicm> | 2022-02-22 11:10:41 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2022-04-06 14:19:50 +0100 |
commit | a26ebccd421e53ce1e3fcad6f1db9759cb58b043 (patch) | |
tree | 2c6a79b3508de86081341a0d9c1727b778c682f1 /tmux.1 | |
parent | 92a26a8b8c4b32223fb81d7bde93c986ff4f7f6b (diff) | |
download | rtmux-a26ebccd421e53ce1e3fcad6f1db9759cb58b043.tar.gz rtmux-a26ebccd421e53ce1e3fcad6f1db9759cb58b043.tar.bz2 rtmux-a26ebccd421e53ce1e3fcad6f1db9759cb58b043.zip |
Add next_session_id format with the next session ID, GitHub issue 3078.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -4592,6 +4592,11 @@ Run when a session is renamed. Run when a window is linked into a session. .It window-renamed Run when a window is renamed. +.It window-resized +Run when a window is resized. +This may be after the +.Ar client-resized +hook is run. .It window-unlinked Run when a window is unlinked from a session. .El @@ -5096,6 +5101,7 @@ The following variables are available, where appropriate: .It Li "mouse_word" Ta "" Ta "Word under mouse, if any" .It Li "mouse_x" Ta "" Ta "Mouse X position, if any" .It Li "mouse_y" Ta "" Ta "Mouse Y position, if any" +.It Li "next_session_id" Ta "" Ta "Unique session ID for next new session" .It Li "origin_flag" Ta "" Ta "Pane origin flag" .It Li "pane_active" Ta "" Ta "1 if active pane" .It Li "pane_at_bottom" Ta "" Ta "1 if pane is at the bottom of window" |