diff options
author | nicm <nicm> | 2022-03-16 17:00:17 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2022-04-06 14:19:51 +0100 |
commit | fe44b105e4a2d1d7baa12b37d0b84d8c6be9addc (patch) | |
tree | aba35e99e0898df782b9e181ab42c57125c3d313 /tmux.1 | |
parent | ad7113e0dbf2e5f5b6b33fd34824c5cf16e9053c (diff) | |
download | rtmux-fe44b105e4a2d1d7baa12b37d0b84d8c6be9addc.tar.gz rtmux-fe44b105e4a2d1d7baa12b37d0b84d8c6be9addc.tar.bz2 rtmux-fe44b105e4a2d1d7baa12b37d0b84d8c6be9addc.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
@@ -4117,6 +4117,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 |