change config
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
f50ec547ac
commit
c730c2f6b9
4
config.h
4
config.h
|
@ -2,13 +2,13 @@
|
||||||
#define CONFIG_H
|
#define CONFIG_H
|
||||||
|
|
||||||
// String used to delimit block outputs in the status.
|
// String used to delimit block outputs in the status.
|
||||||
#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 500
|
#define MAX_BLOCK_OUTPUT_LENGTH 500
|
||||||
|
|
||||||
// Control whether blocks are clickable.
|
// Control whether blocks are clickable.
|
||||||
#define CLICKABLE_BLOCKS 1
|
#define CLICKABLE_BLOCKS 0
|
||||||
|
|
||||||
// Control whether a leading delimiter should be prepended to the status.
|
// Control whether a leading delimiter should be prepended to the status.
|
||||||
#define LEADING_DELIMITER 1
|
#define LEADING_DELIMITER 1
|
||||||
|
|
Loading…
Reference in New Issue