summaryrefslogtreecommitdiffstats
path: root/style.c
diff options
context:
space:
mode:
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;