summaryrefslogtreecommitdiff
path: root/src/ui/color.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-09-07 20:18:49 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-09-07 20:18:49 +0300
commit5e556c4ebbecd8979ee1d7088d98da121971a9ea (patch)
treef42850f53a8c4a43cbe99bf47674a6d3157a85eb /src/ui/color.h
parent594df27872dbcd72a5bd161260a04ca119928113 (diff)
Lookup improvements for history content
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 76e5b2a7..2c481d13 100644
--- a/src/ui/color.h
+++ b/src/ui/color.h
@@ -182,6 +182,7 @@ iLocalDef iBool isRegularText_ColorId(enum iColorId d) {
182#define uiText_ColorEscape "\r4" 182#define uiText_ColorEscape "\r4"
183#define uiTextAction_ColorEscape "\r<" 183#define uiTextAction_ColorEscape "\r<"
184#define uiTextCaution_ColorEscape "\r=" 184#define uiTextCaution_ColorEscape "\r="
185#define uiTextStrong_ColorEscape "\r:"
185#define uiHeading_ColorEscape "\rR" 186#define uiHeading_ColorEscape "\rR"
186 187
187iDeclareType(Color) 188iDeclareType(Color)