mirror of
https://github.com/tmux/tmux.git
synced 2026-06-21 01:35:23 +00:00
Add -B to new-pane to select the floating pane border.
This commit is contained in:
@@ -1365,7 +1365,7 @@ const struct options_table_entry options_table[] = {
|
||||
|
||||
{ .name = "pane-border-lines",
|
||||
.type = OPTIONS_TABLE_CHOICE,
|
||||
.scope = OPTIONS_TABLE_WINDOW,
|
||||
.scope = OPTIONS_TABLE_WINDOW|OPTIONS_TABLE_PANE,
|
||||
.choices = options_table_pane_border_lines_list,
|
||||
.default_num = PANE_LINES_SINGLE,
|
||||
.text = "Type of characters used to draw pane border lines. Some of "
|
||||
|
||||
Reference in New Issue
Block a user