aboutsummaryrefslogtreecommitdiffhomepage
path: root/highlight.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-11 17:07:56 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-11 17:07:56 -0800
commitd66700a0e4d20a9193ea83490781c0858d98c3f6 (patch)
tree85ac2ea2e5cedda5d99cbbf3eba95eb07de4a0cf /highlight.h
parentb59a22bef03b7b7922687cb4f1e6acb8a2709218 (diff)
Color work
Diffstat (limited to 'highlight.h')
-rw-r--r--highlight.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/highlight.h b/highlight.h
index d55fa191..73500d44 100644
--- a/highlight.h
+++ b/highlight.h
@@ -9,6 +9,7 @@
#include "env.h"
#include "util.h"
+#include "screen.h"
/**
Internal value representing highlighting of normal text
@@ -103,5 +104,6 @@ void highlight_universal( const wchar_t *buff, int *color, int pos, wcstring_lis
FISH_COLOR_RED.
*/
int highlight_get_color( int highlight, bool is_background );
+rgb_color_t highlight_get_rgb_color( int highlight, bool is_background );
#endif