From b884891970dbedb9a8facba8594582aa815c12dd Mon Sep 17 00:00:00 2001 From: TimonPost Date: Sat, 18 Aug 2018 14:40:55 +0200 Subject: [PATCH] comment --- src/common/functions.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/functions.rs b/src/common/functions.rs index 3128c9b..d4b15b0 100644 --- a/src/common/functions.rs +++ b/src/common/functions.rs @@ -56,7 +56,7 @@ pub fn get_module(winapi_impl: T, unix_impl: T) -> Option { does_support = try_enable_ansi_support(); // uncomment this line when you want to use the winapi implementation. - does_support = false; +// does_support = true; if !does_support { term = Some(winapi_impl); }