aboutsummaryrefslogtreecommitdiff
path: root/src/color.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/color.h')
-rw-r--r--src/color.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/color.h b/src/color.h
index 10d376e..83d10f7 100644
--- a/src/color.h
+++ b/src/color.h
@@ -30,4 +30,5 @@ char *calc_col(uint8_t R, uint8_t G, uint8_t B);
char *calc_col_ansi(uint8_t R, uint8_t G, uint8_t B);
+char *calc_bg_col_ansi(uint8_t R, uint8_t G, uint8_t B);
#endif //_COLOR_H_