summaryrefslogtreecommitdiffstats
path: root/options-table.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2022-03-16 20:01:10 +0000
committerThomas Adam <thomas@xteddy.org>2022-03-16 20:01:10 +0000
commit5d4c3ef762d9073510518c24b40c1d8bf12e0b65 (patch)
treea446c630e29fcfd4a3c3a6e27699b4300e968980 /options-table.c
parentee3f1d25d568a425420cf14ccba6a1b2a012f7dd (diff)
parente6e737ac0bf9a5be729b5c71f3a582355432d041 (diff)
Merge branch 'obsd-master' into master
Diffstat (limited to 'options-table.c')
-rw-r--r--options-table.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/options-table.c b/options-table.c
index 31b0e372..3aa72e78 100644
--- a/options-table.c
+++ b/options-table.c
@@ -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,