From 3ef8dd3c0c873a0a77f3e51877cff11e81ec3dd9 Mon Sep 17 00:00:00 2001 From: Kevin Pulo Date: Thu, 16 Jun 2022 15:06:02 +1000 Subject: [PATCH 1/2] lynx: fix TGI_COLOR_DARKBROWN --- include/lynx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lynx.h b/include/lynx.h index c0b89eef7..63bab3508 100644 --- a/include/lynx.h +++ b/include/lynx.h @@ -83,7 +83,7 @@ #define TGI_COLOR_YELLOW COLOR_YELLOW #define TGI_COLOR_LIGHTGREEN COLOR_LIGHTGREEN #define TGI_COLOR_GREEN COLOR_GREEN -#define TGI_COLOR_DARKBROWN COLOR_DARKBROWN +#define TGI_COLOR_DARKBROWN COLOR_BROWN #define TGI_COLOR_PURPLE COLOR_PURPLE #define TGI_COLOR_BLUE COLOR_BLUE #define TGI_COLOR_LIGHTBLUE COLOR_LIGHTBLUE From 092c0a6531dd784656afc267cba1274387f455a5 Mon Sep 17 00:00:00 2001 From: Bob Andrews Date: Wed, 20 Jul 2022 23:54:57 +0200 Subject: [PATCH 2/2] Update lynx.h remove TGI_COLOR_DARKBROWN --- include/lynx.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/lynx.h b/include/lynx.h index 63bab3508..1b4828a72 100644 --- a/include/lynx.h +++ b/include/lynx.h @@ -83,7 +83,6 @@ #define TGI_COLOR_YELLOW COLOR_YELLOW #define TGI_COLOR_LIGHTGREEN COLOR_LIGHTGREEN #define TGI_COLOR_GREEN COLOR_GREEN -#define TGI_COLOR_DARKBROWN COLOR_BROWN #define TGI_COLOR_PURPLE COLOR_PURPLE #define TGI_COLOR_BLUE COLOR_BLUE #define TGI_COLOR_LIGHTBLUE COLOR_LIGHTBLUE