Add -B to new-pane to select the floating pane border.

This commit is contained in:
nicm
2026-06-15 09:21:40 +00:00
parent 7a18fa281d
commit a41e6e2ed2
6 changed files with 44 additions and 6 deletions

View File

@@ -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 "