=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/options-table.c,v retrieving revision 1.173 retrieving revision 1.174 diff -c -r1.173 -r1.174 *** src/usr.bin/tmux/options-table.c 2024/05/14 07:52:19 1.173 --- src/usr.bin/tmux/options-table.c 2024/05/14 09:32:37 1.174 *************** *** 1,4 **** ! /* $OpenBSD: options-table.c,v 1.173 2024/05/14 07:52:19 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: options-table.c,v 1.174 2024/05/14 09:32:37 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott *************** *** 382,395 **** .maximum = INT_MAX, .default_num = 100, .text = "Maximum number of commands to keep in history." - }, - - { .name = "search-wrapped-lines", - .type = OPTIONS_TABLE_FLAG, - .scope = OPTIONS_TABLE_SERVER, - .default_num = 1, - .text = "Whether to include full wrapped lines when searching for " - "text in copy mode." }, { .name = "set-clipboard", --- 382,387 ----