diff options
author | Thomas Adam <thomas@xteddy.org> | 2021-08-13 00:01:19 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2021-08-13 00:01:19 +0100 |
commit | f725f9bc8af26944923981b6d896220bc54e36ab (patch) | |
tree | 9f5a7b7436e1d25ab3d85592df57ae05b4959092 /style.c | |
parent | 94d96c6179277cae2443a3358d538493683576c9 (diff) | |
parent | e2f6f58fe50e233dcd0d924bd30c94d1161c666d (diff) | |
download | rtmux-f725f9bc8af26944923981b6d896220bc54e36ab.tar.gz rtmux-f725f9bc8af26944923981b6d896220bc54e36ab.tar.bz2 rtmux-f725f9bc8af26944923981b6d896220bc54e36ab.zip |
Merge branch 'obsd-master' into master
Diffstat (limited to 'style.c')
-rw-r--r-- | style.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ int style_parse(struct style *sy, const struct grid_cell *base, const char *in) { struct style saved; - const char delimiters[] = " ,", *cp; + const char delimiters[] = " ,\n", *cp; char tmp[256], *found; int value; size_t end; |