Add pane-border-lines value to use spaces for pane borders, from lukas

dot 23022005 at gmail dot com in GitHub issue 4587.
This commit is contained in:
nicm
2025-08-14 06:44:50 +00:00
parent 4ce893ebc0
commit 84775130a0
4 changed files with 9 additions and 2 deletions

View File

@ -77,7 +77,7 @@ static const char *options_table_pane_border_indicators_list[] = {
"off", "colour", "arrows", "both", NULL
};
static const char *options_table_pane_border_lines_list[] = {
"single", "double", "heavy", "simple", "number", NULL
"single", "double", "heavy", "simple", "number", "spaces", NULL
};
static const char *options_table_popup_border_lines_list[] = {
"single", "double", "heavy", "simple", "rounded", "padded", "none", NULL