diff options
author | nicm <nicm> | 2021-08-13 17:03:29 +0000 |
---|---|---|
committer | nicm <nicm> | 2021-08-13 17:03:29 +0000 |
commit | 614611a8bd65e82efccdf44d4f9c23c0f35ed293 (patch) | |
tree | 48efd72d5e1c3ed1c298b1a4d2933e05ac24d0c9 /tmux.1 | |
parent | 13a0da205b8c24995de11776b93244e914e4694d (diff) | |
download | rtmux-614611a8bd65e82efccdf44d4f9c23c0f35ed293.tar.gz rtmux-614611a8bd65e82efccdf44d4f9c23c0f35ed293.tar.bz2 rtmux-614611a8bd65e82efccdf44d4f9c23c0f35ed293.zip |
Add -B flag to remove border from popup.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -5677,7 +5677,7 @@ lists the format variables and their values. forwards any input read from stdin to the empty pane given by .Ar target-pane . .It Xo Ic display-popup -.Op Fl CE +.Op Fl BCE .Op Fl c Ar target-client .Op Fl d Ar start-directory .Op Fl h Ar height @@ -5717,6 +5717,8 @@ and give the width and height - both may be a percentage (followed by .Ql % ) . If omitted, half of the terminal size is used. +.Fl B +does not surround the popup by a border. .Pp The .Fl C |