aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2021-08-13 17:03:29 +0000
committernicm <nicm>2021-08-13 17:03:29 +0000
commit614611a8bd65e82efccdf44d4f9c23c0f35ed293 (patch)
tree48efd72d5e1c3ed1c298b1a4d2933e05ac24d0c9 /tmux.1
parent13a0da205b8c24995de11776b93244e914e4694d (diff)
downloadrtmux-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.14
1 files changed, 3 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index 75d96c58..c5d907a2 100644
--- a/tmux.1
+++ b/tmux.1
@@ -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