=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/options-table.c,v retrieving revision 1.159 retrieving revision 1.160 diff -u -r1.159 -r1.160 --- src/usr.bin/tmux/options-table.c 2022/03/08 18:31:46 1.159 +++ src/usr.bin/tmux/options-table.c 2022/03/16 17:00:17 1.160 @@ -1,4 +1,4 @@ -/* $OpenBSD: options-table.c,v 1.159 2022/03/08 18:31:46 nicm Exp $ */ +/* $OpenBSD: options-table.c,v 1.160 2022/03/16 17:00:17 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott @@ -880,6 +880,13 @@ .flags = OPTIONS_TABLE_IS_STYLE, .separator = ",", .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",