summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2022-02-22 14:01:10 +0000
committerThomas Adam <thomas@xteddy.org>2022-02-22 14:01:10 +0000
commit2be54886932e6214dfd67ba0b6d8c21fdaff4409 (patch)
tree9a5b87c33a0239640c98b11a38bd30d57143f593 /tmux.1
parent88d9a8fc053a6653c78211690e5796c601bdba01 (diff)
parentfa71e9a07911715da596d618fe045943337c596b (diff)
Merge branch 'obsd-master' into master
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.16
1 files changed, 6 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index 2128f81a..1837e248 100644
--- a/tmux.1
+++ b/tmux.1
@@ -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"