From: Alexis Laferrière Date: Thu, 29 Mar 2018 14:51:14 +0000 (-0400) Subject: rubix: force console colors because it makes no sense without it X-Git-Url: http://nitlanguage.org rubix: force console colors because it makes no sense without it Signed-off-by: Alexis Laferrière --- 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