aboutsummaryrefslogtreecommitdiffhomepage
path: root/highlight.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-13 09:52:17 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-13 09:52:17 -0800
commitdce189fc6d482cbbc49b9ad0fe9843235224ec9a (patch)
tree3c986ccdc20c349d921f73a74667e9414e247715 /highlight.h
parent0a4c72e78b929237711717508746390e666f3811 (diff)
Support for setting both RGB and named colors on the same line, so the same config can work for multiple term types
Diffstat (limited to 'highlight.h')
-rw-r--r--highlight.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/highlight.h b/highlight.h
index 6f77ea5b..fe56df5a 100644
--- a/highlight.h
+++ b/highlight.h
@@ -104,7 +104,6 @@ void highlight_universal( const wchar_t *buff, int *color, int pos, wcstring_lis
call to highlight_get_color( HIGHLIGHT_ERROR) will return
FISH_COLOR_RED.
*/
-int highlight_get_color( int highlight, bool is_background );
-rgb_color_t highlight_get_rgb_color( int highlight, bool is_background );
+rgb_color_t highlight_get_color( int highlight, bool is_background );
#endif