diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-09-25 10:59:28 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-09-25 10:59:28 +0300 |
commit | c80331992585bfee3d65a7ba24f3a4b640c48735 (patch) | |
tree | 5eaa85a0a3a1c46bdca7cccfae0e7349e22f6d13 /src/ui/color.h | |
parent | 562a0d2d38c0621a296e8343270f3f1efc268156 (diff) | |
parent | 242e8231ea61278fe482020658be86c2dec0ae53 (diff) |
Merge branch 'work/v1.7' into dev
Diffstat (limited to 'src/ui/color.h')
-rw-r--r-- | src/ui/color.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/color.h b/src/ui/color.h index 37ec49eb..b6571c86 100644 --- a/src/ui/color.h +++ b/src/ui/color.h | |||
@@ -183,6 +183,7 @@ iLocalDef iBool isRegularText_ColorId(enum iColorId d) { | |||
183 | #define mask_ColorId 0x7f | 183 | #define mask_ColorId 0x7f |
184 | #define permanent_ColorId 0x80 /* cannot be changed via escapes */ | 184 | #define permanent_ColorId 0x80 /* cannot be changed via escapes */ |
185 | #define fillBackground_ColorId 0x100 /* fill background with same color, but alpha 0 */ | 185 | #define fillBackground_ColorId 0x100 /* fill background with same color, but alpha 0 */ |
186 | #define opaque_ColorId 0x200 | ||
186 | 187 | ||
187 | #define asciiBase_ColorEscape 33 | 188 | #define asciiBase_ColorEscape 33 |
188 | #define asciiExtended_ColorEscape (128 - asciiBase_ColorEscape) | 189 | #define asciiExtended_ColorEscape (128 - asciiBase_ColorEscape) |
@@ -249,4 +250,4 @@ void setThemePalette_Color (enum iColorTheme theme); | |||
249 | 250 | ||
250 | iColor ansiForeground_Color (iRangecc escapeSequence, int fallback); | 251 | iColor ansiForeground_Color (iRangecc escapeSequence, int fallback); |
251 | const char * escape_Color (int color); | 252 | const char * escape_Color (int color); |
252 | 253 | enum iColorId parseEscape_Color (const char *cstr, const char **endp); | |