Move word-separators to be a session rather than window option, from Ben

Boeckel.
This commit is contained in:
Nicholas Marriott
2011-11-15 23:24:04 +00:00
parent 7c9bc377a3
commit fd25d35868
3 changed files with 15 additions and 16 deletions

View File

@ -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