mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
Add option to include status text in the pane borders. If
pane-border-status is set to "top" or "bottom" (rather than "off"), every pane has a permanent top or bottom border containing the text from pane-border-format. Based on a diff sent long ago by Jonathan Slenders, mostly rewritten and simplified by me.
This commit is contained in:
8
tmux.1
8
tmux.1
@ -3065,6 +3065,14 @@ Like
|
||||
.Ic base-index ,
|
||||
but set the starting index for pane numbers.
|
||||
.Pp
|
||||
.It Ic pane-border-format Ar format
|
||||
Set the text shown in pane border status lines.
|
||||
.Pp
|
||||
.It Xo Ic pane-border-status
|
||||
.Op Ic off | top | bottom
|
||||
.Xc
|
||||
Turn pane border status lines off or set their position.
|
||||
.Pp
|
||||
.It Ic pane-border-style Ar style
|
||||
Set the pane border style for panes aside from the active pane.
|
||||
For how to specify
|
||||
|
Reference in New Issue
Block a user