diff options
author | nicm <nicm> | 2019-05-26 17:34:45 +0000 |
---|---|---|
committer | nicm <nicm> | 2019-05-26 17:34:45 +0000 |
commit | e90d4a6021a45e4f281c75e5513ede2d010ede32 (patch) | |
tree | fee53e188a26f7221239aee44cec4b383557d54e /options-table.c | |
parent | 64310051694fd5c82ccbcff9fda6488ea2dcfb96 (diff) | |
download | rtmux-e90d4a6021a45e4f281c75e5513ede2d010ede32.tar.gz rtmux-e90d4a6021a45e4f281c75e5513ede2d010ede32.tar.bz2 rtmux-e90d4a6021a45e4f281c75e5513ede2d010ede32.zip |
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.c | 2 |
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. */ |