Delimiter.
This commit is contained in:
parent
4a351c4cd6
commit
85a7b2f126
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue