summaryrefslogtreecommitdiffstats
path: root/options-table.c
diff options
context:
space:
mode:
authornicm <nicm>2019-05-26 17:34:45 +0000
committernicm <nicm>2019-05-26 17:34:45 +0000
commite90d4a6021a45e4f281c75e5513ede2d010ede32 (patch)
treefee53e188a26f7221239aee44cec4b383557d54e /options-table.c
parent64310051694fd5c82ccbcff9fda6488ea2dcfb96 (diff)
Add formats for word and line under the mouse and use them to add some
items to the pane menu.
Diffstat (limited to 'options-table.c')
-rw-r--r--options-table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options-table.c b/options-table.c
index 788e231f..32032f8b 100644
--- a/options-table.c
+++ b/options-table.c
@@ -551,7 +551,7 @@ const struct options_table_entry options_table[] = {
{ .name = "word-separators",
.type = OPTIONS_TABLE_STRING,
.scope = OPTIONS_TABLE_SESSION,
- .default_str = " -_@"
+ .default_str = " "
},
/* Window options. */