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); }