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