diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2018-09-25 09:54:47 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2018-09-25 09:54:47 +0100 |
commit | b4e74f4310d90affd4e1a4a7328082ac4beb5461 (patch) | |
tree | 4fd6e6e2e2a371a24a6e375d20c9ca2fbfbefa07 /tmux.1 | |
parent | 26d73a7736bf6c8560f90c7ae75963a02b4c9ba9 (diff) | |
download | rtmux-b4e74f4310d90affd4e1a4a7328082ac4beb5461.tar.gz rtmux-b4e74f4310d90affd4e1a4a7328082ac4beb5461.tar.bz2 rtmux-b4e74f4310d90affd4e1a4a7328082ac4beb5461.zip |
Add a B flag to mark windows bigger than the client.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4095,6 +4095,7 @@ The flag is one of the following symbols appended to the window name: .It Li "#" Ta "Window activity is monitored and activity has been detected." .It Li "\&!" Ta "Window bells are monitored and a bell has occurred in the window." .It Li "~" Ta "The window has been silent for the monitor-silence interval." +.It Li "+" Ta "The window is larger than is visible." .It Li "M" Ta "The window contains the marked pane." .It Li "Z" Ta "The window's active pane is zoomed." .El |