Add: {COLOUR} control code to allow colour changes at runtime

This commit is contained in:
glx22
2023-04-15 04:32:13 +02:00
committed by Loïc Guilloux
parent 88138c55f8
commit b1fb209bed
3 changed files with 8 additions and 0 deletions

View File

@@ -114,6 +114,7 @@ enum StringControlCode {
SCC_GRAY,
SCC_DKBLUE,
SCC_BLACK,
SCC_COLOUR,
SCC_PUSH_COLOUR,
SCC_POP_COLOUR,