From e467598dff773d407c362268ff4c2f5cb53fff11 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Thu, 29 Mar 2018 10:51:14 -0400 Subject: [PATCH] rubix: force console colors because it makes no sense without it MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- lib/rubix.nit | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/rubix.nit b/lib/rubix.nit index 8e63784..51cb05e 100644 --- a/lib/rubix.nit +++ b/lib/rubix.nit @@ -664,3 +664,5 @@ class RubixCube return iters end end + +redef fun force_console_colors do return true -- 1.7.9.5