diff options
author | nicm <nicm> | 2022-03-16 17:00:17 +0000 |
---|---|---|
committer | nicm <nicm> | 2022-03-16 17:00:17 +0000 |
commit | e6e737ac0bf9a5be729b5c71f3a582355432d041 (patch) | |
tree | 4bce7dfaad1640bc11bd2051d78eac5fc8769f5f /tmux.1 | |
parent | bfbe972225d10be7f6eaca22d88d90df4fae09c9 (diff) | |
download | rtmux-e6e737ac0bf9a5be729b5c71f3a582355432d041.tar.gz rtmux-e6e737ac0bf9a5be729b5c71f3a582355432d041.tar.bz2 rtmux-e6e737ac0bf9a5be729b5c71f3a582355432d041.zip |
Add an option to set the character used for unused areas of the
terminal, GitHub issue 3110.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4114,6 +4114,9 @@ Set clock colour. .Xc Set clock hour format. .Pp +.It Ic fill-character Ar character +Set the character used to fill areas of the terminal unused by a window. +.Pp .It Ic main-pane-height Ar height .It Ic main-pane-width Ar width Set the width or height of the main (left or top) pane in the |