summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2015-05-06 08:35:39 +0000
committernicm <nicm>2015-05-06 08:35:39 +0000
commit31b1ab48521b4b608d87abd5413441905da84da8 (patch)
treed5ea932dbadd29eb8dfc940af46cde28f51a8dca /tmux.1
parent33a585c47fcceb55e79a67a5fc47902d6992e68d (diff)
Add a format window_linked which is 1 if a window has been linked
multiple times, also remove the default space in window_flags and use a conditional to add it in window-status-format (this means additional flags can be added in the option without extra spaces). From Thomas Adam with tweaks by me.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.11
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index a7f5f3ef..ea178b78 100644
--- a/tmux.1
+++ b/tmux.1
@@ -3345,6 +3345,7 @@ The following variables are available, where appropriate:
.It Li "window_index" Ta "#I" Ta "Index of window"
.It Li "window_last_flag" Ta "" Ta "1 if window is the last used"
.It Li "window_layout" Ta "" Ta "Window layout description"
+.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_panes" Ta "" Ta "Number of panes in window"
.It Li "window_silence_flag" Ta "" Ta "1 if window has silence alert"