Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2026-06-15 10:30:05 +01:00
6 changed files with 44 additions and 6 deletions

View File

@@ -1364,7 +1364,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 "