=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/options-table.c,v retrieving revision 1.127 retrieving revision 1.128 diff -c -r1.127 -r1.128 *** src/usr.bin/tmux/options-table.c 2020/05/16 16:02:24 1.127 --- src/usr.bin/tmux/options-table.c 2020/05/16 16:10:28 1.128 *************** *** 1,4 **** ! /* $OpenBSD: options-table.c,v 1.127 2020/05/16 16:02:24 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: options-table.c,v 1.128 2020/05/16 16:10:28 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott *************** *** 793,798 **** --- 793,807 ---- .flags = OPTIONS_TABLE_IS_STYLE, .separator = ",", .text = "Style of the current search match in copy mode." + }, + + { .name = "copy-mode-mark-style", + .type = OPTIONS_TABLE_STRING, + .scope = OPTIONS_TABLE_WINDOW, + .default_str = "bg=red,fg=black", + .flags = OPTIONS_TABLE_IS_STYLE, + .separator = ",", + .text = "Style of the marked line in copy mode." }, { .name = "main-pane-height",