Add a wrap-search option to turn off wrapping of searches in copy

mode. From Jacobo de Vera.
This commit is contained in:
Nicholas Marriott
2012-03-17 21:40:53 +00:00
parent 87d092d226
commit 95f48a219a
3 changed files with 17 additions and 4 deletions

View File

@ -669,6 +669,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