Delimiter.

This commit is contained in:
Bartek Stalewski 2022-02-20 03:28:35 +01:00
parent 4a351c4cd6
commit 85a7b2f126

View File

@ -9,5 +9,5 @@ static const Block blocks[] = {
};
//sets delimeter between status commands. NULL character ('\0') means no delimeter.
static char delim[] = " ";
static char delim[] = "| ";
static unsigned int delimLen = 1;