diff options
author | nicm <nicm> | 2019-09-11 06:43:17 +0000 |
---|---|---|
committer | nicm <nicm> | 2019-09-11 06:43:17 +0000 |
commit | a23ce1b45ff8b8999e2817c9e747188c559725e1 (patch) | |
tree | 3d982412b93f976abc7a70452196e248bc26d7f4 /tmux.1 | |
parent | 0feae4d8ae4190b89f486fddab10a691cc7a8fd3 (diff) | |
download | rtmux-a23ce1b45ff8b8999e2817c9e747188c559725e1.tar.gz rtmux-a23ce1b45ff8b8999e2817c9e747188c559725e1.tar.bz2 rtmux-a23ce1b45ff8b8999e2817c9e747188c559725e1.zip |
Add window_marked_flag, GitHub issue 1887.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4305,6 +4305,7 @@ The following variables are available, where appropriate: .It Li "window_last_flag" Ta "" Ta "1 if window is the last used" .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_marked_flag" Ta "" Ta "1 if window contains the marked pane" .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" |