summaryrefslogtreecommitdiff
path: root/src/ui/color.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-02-23 06:04:20 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-02-23 06:04:20 +0200
commit492d80a084685fc30bb8e9ef7689dcdcbe9ab307 (patch)
tree5233d70a57bbc189de7e246b671a05ba311a5601 /src/ui/color.h
parent7f7011c021bdeed29963942e3a5dc8f3361f39c4 (diff)
Text: Escape for restoring original color
Diffstat (limited to 'src/ui/color.h')
-rw-r--r--src/ui/color.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/color.h b/src/ui/color.h
index e2a1c95b..8039506f 100644
--- a/src/ui/color.h
+++ b/src/ui/color.h
@@ -175,6 +175,7 @@ iLocalDef iBool isRegularText_ColorId(enum iColorId d) {
175#define asciiBase_ColorEscape 33 175#define asciiBase_ColorEscape 33
176#define asciiExtended_ColorEscape (128 - asciiBase_ColorEscape) 176#define asciiExtended_ColorEscape (128 - asciiBase_ColorEscape)
177 177
178#define restore_ColorEscape "\r\x24" /* ASCII Cancel */
178#define black_ColorEscape "\r!" 179#define black_ColorEscape "\r!"
179#define gray25_ColorEscape "\r\"" 180#define gray25_ColorEscape "\r\""
180#define gray50_ColorEscape "\r#" 181#define gray50_ColorEscape "\r#"