summaryrefslogtreecommitdiffstats
path: root/cmd-set-option.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2010-02-22 20:41:16 +0000
committerNicholas Marriott <nicm@openbsd.org>2010-02-22 20:41:16 +0000
commit6767072c9d4774e8e44d7222c01ecee08a35dad8 (patch)
tree49a03195220386ce2b182213804ea76a83bae4ce /cmd-set-option.c
parentefbcf8747da18d62ed83d34d5eda1ba56d658f82 (diff)
Option to set the characters considered word separators in copy mode, from
Micah Cowan.
Diffstat (limited to 'cmd-set-option.c')
-rw-r--r--cmd-set-option.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd-set-option.c b/cmd-set-option.c
index 6658b90b..90b6d611 100644
--- a/cmd-set-option.c
+++ b/cmd-set-option.c
@@ -165,6 +165,7 @@ const struct set_option_entry set_window_option_table[] = {
{ "window-status-current-format", SET_OPTION_STRING, 0, 0, NULL },
{ "window-status-fg", SET_OPTION_COLOUR, 0, 0, NULL },
{ "window-status-format", SET_OPTION_STRING, 0, 0, NULL },
+ { "word-separators", SET_OPTION_STRING, 0, 0, NULL },
{ "xterm-keys", SET_OPTION_FLAG, 0, 0, NULL },
{ NULL, 0, 0, 0, NULL }
};