diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2019-07-12 13:22:25 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2019-07-12 13:22:25 +0200 |
commit | 251daaa806397817a2a5e1779a06222c09c99296 (patch) | |
tree | efb8da25ee581a2e1ac7007e98863a1e395682bb /src/color.h | |
parent | a954555f2e1d13a8ff55ac12a9c0e6e162a4d313 (diff) | |
download | AsciiMap-251daaa806397817a2a5e1779a06222c09c99296.tar.gz |
Added whitespace mode
Diffstat (limited to 'src/color.h')
-rw-r--r-- | src/color.h | 1 |
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_ |