From 2414a832d71630fd5fef3fea51daebcf0ac6c99c Mon Sep 17 00:00:00 2001 From: Fabrizio Caruso Date: Sat, 2 Apr 2022 23:47:36 +0200 Subject: [PATCH] Make the intermediate gray/green levels available --- include/gamate.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/gamate.h b/include/gamate.h index 8b9790e39..bc6de3f98 100644 --- a/include/gamate.h +++ b/include/gamate.h @@ -145,6 +145,8 @@ /* constants for the conio implementation */ #define COLOR_BLACK 0x03 +#define COLOR_GRAY2 0x02 +#define COLOR_GRAY1 0x01 #define COLOR_WHITE 0x00 #define CH_HLINE 1