Option to set the characters considered word separators in copy mode, from

Micah Cowan.
This commit is contained in:
Nicholas Marriott
2010-02-22 20:41:16 +00:00
parent efbcf8747d
commit 6767072c9d
4 changed files with 67 additions and 38 deletions

View File

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