comment
This commit is contained in:
parent
81aa62b6ce
commit
b884891970
@ -56,7 +56,7 @@ pub fn get_module<T>(winapi_impl: T, unix_impl: T) -> Option<T> {
|
||||
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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user