diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-04-17 10:01:38 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-04-17 10:01:38 +0100 |
commit | 413c4cfd1bdf40cfbb65400abe7edff97ba821c9 (patch) | |
tree | 4e9cdfb152d585a79e22443c574fc4985b16f0e3 /options-table.c | |
parent | 2846be326aba333cec6005a55d4853fbe581743b (diff) | |
parent | 5aba26f2cb7aa9609a3c3d2bd38a3942b6a378b8 (diff) | |
download | rtmux-413c4cfd1bdf40cfbb65400abe7edff97ba821c9.tar.gz rtmux-413c4cfd1bdf40cfbb65400abe7edff97ba821c9.tar.bz2 rtmux-413c4cfd1bdf40cfbb65400abe7edff97ba821c9.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'options-table.c')
-rw-r--r-- | options-table.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/options-table.c b/options-table.c index 0f360725..f08b1846 100644 --- a/options-table.c +++ b/options-table.c @@ -197,6 +197,12 @@ const struct options_table_entry options_table[] = { .separator = "," }, + { .name = "copy-command", + .type = OPTIONS_TABLE_STRING, + .scope = OPTIONS_TABLE_SERVER, + .default_str = "" + }, + { .name = "default-terminal", .type = OPTIONS_TABLE_STRING, .scope = OPTIONS_TABLE_SERVER, |