summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2018-09-26 18:41:18 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2018-09-26 18:41:18 +0100
commitebaf54251a6e3a1b366531155ab59dbd286a4a3a (patch)
tree596067245f03b7a10bf4500cc10adc7863f46894 /tmux.1
parentb74b047730226a64a64b1e1dd1cc1d7f3305ea53 (diff)
Add formats for when window is larger than client, and show offset in
status-right by default when larger.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.13
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index a85ff7a5..4d72404e 100644
--- a/tmux.1
+++ b/tmux.1
@@ -3921,6 +3921,7 @@ The following variables are available, where appropriate:
.It Li "window_activity_flag" Ta "" Ta "1 if window has activity"
.It Li "window_active" Ta "" Ta "1 if window active"
.It Li "window_bell_flag" Ta "" Ta "1 if window has bell"
+.It Li "window_bigger" Ta "" Ta "1 if window is larger than client"
.It Li "window_flags" Ta "#F" Ta "Window flags"
.It Li "window_format" Ta "" Ta "1 if format is for a window (not assuming the current)"
.It Li "window_height" Ta "" Ta "Height of window"
@@ -3930,6 +3931,8 @@ The following variables are available, where appropriate:
.It Li "window_layout" Ta "" Ta "Window layout description, ignoring zoomed window panes"
.It Li "window_linked" Ta "" Ta "1 if window is linked across sessions"
.It Li "window_name" Ta "#W" Ta "Name of window"
+.It Li "window_offset_x" Ta "" Ta "X offset into window if larger than client"
+.It Li "window_offset_y" Ta "" Ta "Y offset into window if larger than client"
.It Li "window_panes" Ta "" Ta "Number of panes in window"
.It Li "window_silence_flag" Ta "" Ta "1 if window has silence alert"
.It Li "window_stack_index" Ta "" Ta "Index in session most recent stack"