summaryrefslogtreecommitdiffstats
path: root/options-table.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2012-03-18 02:12:24 +0000
committerTiago Cunha <tcunha@gmx.com>2012-03-18 02:12:24 +0000
commite4eb43ec718357ad692471683a65ef6aeee3720a (patch)
treeee0fc6c45ebd046e03c141ee327dca012bae5f44 /options-table.c
parentdc83ba0372380d9f65a720685e38134675a982d8 (diff)
Sync OpenBSD patchset 1066:
Add a wrap-search option to turn off wrapping of searches in copy mode. From Jacobo de Vera.
Diffstat (limited to 'options-table.c')
-rw-r--r--options-table.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/options-table.c b/options-table.c
index 57896fc5..86610b98 100644
--- a/options-table.c
+++ b/options-table.c
@@ -668,6 +668,11 @@ const struct options_table_entry window_options_table[] = {
.default_str = "#I:#W#F"
},
+ { .name = "wrap-search",
+ .type = OPTIONS_TABLE_FLAG,
+ .default_num = 1
+ },
+
{ .name = "xterm-keys",
.type = OPTIONS_TABLE_FLAG,
.default_num = 0