mirror of
https://github.com/tmux/tmux.git
synced 2025-01-07 16:28:48 +00:00
Make newline a style delimiter as well so they can cross multiple lines
for readability.
This commit is contained in:
parent
db9195463d
commit
e2f6f58fe5
2
style.c
2
style.c
@ -51,7 +51,7 @@ int
|
|||||||
style_parse(struct style *sy, const struct grid_cell *base, const char *in)
|
style_parse(struct style *sy, const struct grid_cell *base, const char *in)
|
||||||
{
|
{
|
||||||
struct style saved;
|
struct style saved;
|
||||||
const char delimiters[] = " ,", *cp;
|
const char delimiters[] = " ,\n", *cp;
|
||||||
char tmp[256], *found;
|
char tmp[256], *found;
|
||||||
int value;
|
int value;
|
||||||
size_t end;
|
size_t end;
|
||||||
|
Loading…
Reference in New Issue
Block a user