Manual merge of pull request #19. This adds multi-character delimiter.
Thanks to tph5595.
This commit is contained in:
@ -7,4 +7,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 = 5;
|
||||
|
Reference in New Issue
Block a user