From 57a340c4cb50094981bc46cc2bcfba2da8ce47e5 Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Tue, 24 Sep 2024 11:06:34 +0200 Subject: [PATCH] ELONGATE separator --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 648ea25..f65f22d 100644 --- a/config.h +++ b/config.h @@ -2,7 +2,7 @@ #define CONFIG_H // String used to delimit block outputs in the status. -#define DELIMITER " ∣ " +#define DELIMITER " │ " // Maximum number of Unicode characters that a block can output. #define MAX_BLOCK_OUTPUT_LENGTH 500