summaryrefslogtreecommitdiffstats
path: root/options-table.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2011-11-15 23:24:04 +0000
committerNicholas Marriott <nicm@openbsd.org>2011-11-15 23:24:04 +0000
commitfd25d358681a8373e67d4f3649628913dcd87000 (patch)
tree9ab3eac5bf58892756a447ae25c0fcf713e9de94 /options-table.c
parent7c9bc377a351db561322353848be2ffeffef84db (diff)
Move word-separators to be a session rather than window option, from Ben
Boeckel.
Diffstat (limited to 'options-table.c')
-rw-r--r--options-table.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/options-table.c b/options-table.c
index 0129b0b9..fa5dc71f 100644
--- a/options-table.c
+++ b/options-table.c
@@ -421,6 +421,11 @@ const struct options_table_entry session_options_table[] = {
.default_num = 0
},
+ { .name = "word-separators",
+ .type = OPTIONS_TABLE_STRING,
+ .default_str = " -_@"
+ },
+
{ .name = NULL }
};
@@ -615,11 +620,6 @@ const struct options_table_entry window_options_table[] = {
.default_str = "#I:#W#F"
},
- { .name = "word-separators",
- .type = OPTIONS_TABLE_STRING,
- .default_str = " -_@"
- },
-
{ .name = "xterm-keys",
.type = OPTIONS_TABLE_FLAG,
.default_num = 0