aboutsummaryrefslogtreecommitdiff
path: root/cmd-set-option.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2010-02-26 13:31:39 +0000
committerTiago Cunha <tcunha@gmx.com>2010-02-26 13:31:39 +0000
commitb7d5b911ac17fdcfa457dcab07dce4da4a7506f5 (patch)
tree15effb03ecc0514e3d98388cdf0262f5be1dc203 /cmd-set-option.c
parent8da8bc477f120871922bc4f87e0db23d01438862 (diff)
downloadrtmux-b7d5b911ac17fdcfa457dcab07dce4da4a7506f5.tar.gz
rtmux-b7d5b911ac17fdcfa457dcab07dce4da4a7506f5.tar.bz2
rtmux-b7d5b911ac17fdcfa457dcab07dce4da4a7506f5.zip
Sync OpenBSD patchset 653:
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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd-set-option.c b/cmd-set-option.c
index 56cebfa8..54216951 100644
--- a/cmd-set-option.c
+++ b/cmd-set-option.c
@@ -1,4 +1,4 @@
-/* $Id: cmd-set-option.c,v 1.95 2010-02-08 18:32:34 tcunha Exp $ */
+/* $Id: cmd-set-option.c,v 1.96 2010-02-26 13:31:39 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -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 }
};