Delimiter.
This commit is contained in:
parent
4a351c4cd6
commit
85a7b2f126
@ -9,5 +9,5 @@ static const Block blocks[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
//sets delimeter between status commands. NULL character ('\0') means no delimeter.
|
//sets delimeter between status commands. NULL character ('\0') means no delimeter.
|
||||||
static char delim[] = " ";
|
static char delim[] = "| ";
|
||||||
static unsigned int delimLen = 1;
|
static unsigned int delimLen = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user