From 941f415b3821bf4f3493a0864c05a1af313b22bc Mon Sep 17 00:00:00 2001 From: aidan Date: Fri, 14 Aug 2020 12:36:38 -0600 Subject: Manual merge of pull request #19. This adds multi-character delimiter. Thanks to tph5595. --- blocks.def.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'blocks.def.h') diff --git a/blocks.def.h b/blocks.def.h index 35738db..9c22d68 100644 --- a/blocks.def.h +++ b/blocks.def.h @@ -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; -- cgit v1.2.3-70-g09d2