This commit is contained in:
TimonPost 2018-08-18 14:40:55 +02:00
parent 81aa62b6ce
commit b884891970

View File

@ -56,7 +56,7 @@ pub fn get_module<T>(winapi_impl: T, unix_impl: T) -> Option<T> {
does_support = try_enable_ansi_support(); does_support = try_enable_ansi_support();
// uncomment this line when you want to use the winapi implementation. // uncomment this line when you want to use the winapi implementation.
does_support = false; // does_support = true;
if !does_support { if !does_support {
term = Some(winapi_impl); term = Some(winapi_impl);
} }