diff options
author | Tiago Cunha <tcunha@gmx.com> | 2011-11-25 13:33:04 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2011-11-25 13:33:04 +0000 |
commit | 9c920214e69611176d351fe06919208e20c54425 (patch) | |
tree | 71f0b8c01932dab16b0537a2cd0a9162df44b63e /options-table.c | |
parent | 5cc3d50289830d171ebb2e548c0f1246bfc57826 (diff) | |
download | rtmux-9c920214e69611176d351fe06919208e20c54425.tar.gz rtmux-9c920214e69611176d351fe06919208e20c54425.tar.bz2 rtmux-9c920214e69611176d351fe06919208e20c54425.zip |
Sync OpenBSD patchset 981:
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.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/options-table.c b/options-table.c index 1bdb0de5..2700536a 100644 --- a/options-table.c +++ b/options-table.c @@ -420,6 +420,11 @@ const struct options_table_entry session_options_table[] = { .default_num = 0 }, + { .name = "word-separators", + .type = OPTIONS_TABLE_STRING, + .default_str = " -_@" + }, + { .name = NULL } }; @@ -614,11 +619,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 |