summaryrefslogtreecommitdiff
path: root/src/ui/color.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-07-29 07:42:30 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-07-29 07:42:30 +0300
commit4deb72ba6ea6c055dff69d74669887f30ea01e54 (patch)
treeea9b9645b38367afabaa66637c15d9a1cd0c3374 /src/ui/color.h
parentd921021132367076cd2a5f120b3a49db6e29acf7 (diff)
Showing and hiding image content
Diffstat (limited to 'src/ui/color.h')
-rw-r--r--src/ui/color.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ui/color.h b/src/ui/color.h
index d8b1f4d1..01e49c9c 100644
--- a/src/ui/color.h
+++ b/src/ui/color.h
@@ -49,5 +49,6 @@ struct Impl_Color {
49 uint8_t r, g, b, a; 49 uint8_t r, g, b, a;
50}; 50};
51 51
52iColor get_Color (int color); 52iColor get_Color (int color);
53iColor ansi_Color (iRangecc escapeSequence, int fallback); 53iColor ansi_Color (iRangecc escapeSequence, int fallback);
54const char * escape_Color (int color);