Merge branch 'obsd-master' into master

This commit is contained in:
Thomas Adam
2022-03-16 20:01:10 +00:00
6 changed files with 78 additions and 36 deletions

View File

@ -881,6 +881,13 @@ const struct options_table_entry options_table[] = {
.text = "Style of the marked line in copy mode."
},
{ .name = "fill-character",
.type = OPTIONS_TABLE_STRING,
.scope = OPTIONS_TABLE_WINDOW,
.default_str = "",
.text = "Character used to fill unused parts of window."
},
{ .name = "main-pane-height",
.type = OPTIONS_TABLE_STRING,
.scope = OPTIONS_TABLE_WINDOW,