diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-05-26 21:02:26 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-05-26 21:02:26 +0100 |
commit | 103e44d936fef961c2117febfa0140bb220ed2be (patch) | |
tree | 2c24525b500a2c353a4137e330adbf3b15b86075 /options-table.c | |
parent | 2e84d1cf033adf8fe4b562b3d3caf390c15798a5 (diff) | |
parent | 097973e3d50c831c020fb0b689c3a2d66ba83b7c (diff) | |
download | rtmux-103e44d936fef961c2117febfa0140bb220ed2be.tar.gz rtmux-103e44d936fef961c2117febfa0140bb220ed2be.tar.bz2 rtmux-103e44d936fef961c2117febfa0140bb220ed2be.zip |
Merge branch 'obsd-master'
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 19cf39f4..cb258014 100644 --- a/options-table.c +++ b/options-table.c @@ -550,7 +550,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. */ |