=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/options-table.c,v retrieving revision 1.116 retrieving revision 1.117 diff -u -r1.116 -r1.117 --- src/usr.bin/tmux/options-table.c 2020/04/13 07:25:33 1.116 +++ src/usr.bin/tmux/options-table.c 2020/04/17 08:03:22 1.117 @@ -1,4 +1,4 @@ -/* $OpenBSD: options-table.c,v 1.116 2020/04/13 07:25:33 nicm Exp $ */ +/* $OpenBSD: options-table.c,v 1.117 2020/04/17 08:03:22 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott @@ -196,6 +196,12 @@ "choose-window=choose-tree -w," "choose-session=choose-tree -s", .separator = "," + }, + + { .name = "copy-command", + .type = OPTIONS_TABLE_STRING, + .scope = OPTIONS_TABLE_SERVER, + .default_str = "" }, { .name = "default-terminal",