increase max output for upcoming pango changes
This commit is contained in:
parent
716516251f
commit
1aa7992f8a
2
config.h
2
config.h
|
@ -5,7 +5,7 @@
|
||||||
#define DELIMITER " | "
|
#define DELIMITER " | "
|
||||||
|
|
||||||
// Maximum number of Unicode characters that a block can output.
|
// 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.
|
// Control whether blocks are clickable.
|
||||||
#define CLICKABLE_BLOCKS 0
|
#define CLICKABLE_BLOCKS 0
|
||||||
|
|
Loading…
Reference in New Issue