increase max output for upcoming pango changes

This commit is contained in:
Luca Bilke 2024-02-03 17:28:29 +01:00
parent 716516251f
commit 1aa7992f8a
No known key found for this signature in database
GPG Key ID: AD6630D0A1E650AC
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
#define DELIMITER " | "
// Maximum number of Unicode characters that a block can output.
#define MAX_BLOCK_OUTPUT_LENGTH 300
#define MAX_BLOCK_OUTPUT_LENGTH 500
// Control whether blocks are clickable.
#define CLICKABLE_BLOCKS 0