From 2d01804b97da00bad56370758c13778c67111816 Mon Sep 17 00:00:00 2001 From: Heinrich Kuttler Date: Thu, 3 Jun 2021 18:55:34 +0100 Subject: [PATCH 1/2] Remove has_color in an attempt to fix #157. --- src/nle.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/nle.c b/src/nle.c index 8922fbf1d..a3ed8292b 100644 --- a/src/nle.c +++ b/src/nle.c @@ -538,10 +538,6 @@ check_linux_console() } } -#ifdef NEED_HAS_COLORS_DECL -int has_colors(); -#endif - void init_linux_cons() { @@ -550,8 +546,8 @@ init_linux_cons() atexit(linux_mapon); linux_mapoff(); #ifdef TEXTCOLOR - if (has_colors()) - iflags.use_color = TRUE; + /*if (has_colors())*/ /* Assume true in NLE. */ + iflags.use_color = TRUE; #endif } #endif From 0cba42c168f617d3e10b534b485044143a78220d Mon Sep 17 00:00:00 2001 From: Heinrich Kuttler Date: Thu, 3 Jun 2021 21:46:13 +0100 Subject: [PATCH 2/2] Bump version number. --- version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.txt b/version.txt index a918a2aa1..ee6cdce3c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.6.0 +0.6.1