diff options
author | nicm <nicm> | 2019-07-01 06:56:00 +0000 |
---|---|---|
committer | nicm <nicm> | 2019-07-01 06:56:00 +0000 |
commit | 2da050413c17e587be8bede710112096ce6b5f5a (patch) | |
tree | d551271f4c62a338d22daee38865ffb3bd043937 /tmux.1 | |
parent | cf30e0f9357b7e42491645a87eeae06ffb8e8066 (diff) | |
download | rtmux-2da050413c17e587be8bede710112096ce6b5f5a.tar.gz rtmux-2da050413c17e587be8bede710112096ce6b5f5a.tar.bz2 rtmux-2da050413c17e587be8bede710112096ce6b5f5a.zip |
Add a "fill" style attribute to clear the entire format drawing area in
a colour, GitHub issue 1815.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4337,6 +4337,9 @@ to unset. .Ic align=right .Xc Align text to the left, centre or right of the available space if appropriate. +.It Xo Ic fill=colour +.Xc +Fill the available space with a background colour if appropriate. .It Xo Ic list=on , .Ic list=focus , .Ic list=left-marker , |