diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-09-19 12:01:30 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-09-19 12:01:30 +0100 |
commit | 24ab1bc714b80d957b53685635a44dc0a89c032b (patch) | |
tree | 8f48efff4954cbbcc3c0cc3da5932ffeba096019 /options-table.c | |
parent | 827913102e0e707eb29cf1c6d7cf87b22786fbf6 (diff) | |
parent | 647887b794c00285047aa54ac0d44ae50c7847d7 (diff) | |
download | rtmux-24ab1bc714b80d957b53685635a44dc0a89c032b.tar.gz rtmux-24ab1bc714b80d957b53685635a44dc0a89c032b.tar.bz2 rtmux-24ab1bc714b80d957b53685635a44dc0a89c032b.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'options-table.c')
-rw-r--r-- | options-table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options-table.c b/options-table.c index 66276e0b..c94939c6 100644 --- a/options-table.c +++ b/options-table.c @@ -63,7 +63,7 @@ static const char *options_table_set_clipboard_list[] = { "off", "external", "on", NULL }; static const char *options_table_window_size_list[] = { - "largest", "smallest", "manual", NULL + "largest", "smallest", "manual", "latest", NULL }; /* Status line format. */ |