aboutsummaryrefslogtreecommitdiff
path: root/style.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2021-08-13 00:01:19 +0100
committerThomas Adam <thomas@xteddy.org>2021-08-13 00:01:19 +0100
commitf725f9bc8af26944923981b6d896220bc54e36ab (patch)
tree9f5a7b7436e1d25ab3d85592df57ae05b4959092 /style.c
parent94d96c6179277cae2443a3358d538493683576c9 (diff)
parente2f6f58fe50e233dcd0d924bd30c94d1161c666d (diff)
downloadrtmux-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.c b/style.c
index 24b09882..89a4e63a 100644
--- a/style.c
+++ b/style.c
@@ -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;