mirror of https://github.com/bobwen-dev/hunter
remove unnecessary call to reset
This commit is contained in:
parent
14796f9342
commit
60220eaf1e
|
@ -40,7 +40,7 @@ impl Screen {
|
|||
self.screen.lock().map(|mut screen| std::mem::drop(screen.take())).ok();
|
||||
|
||||
// Terminal stays fucked without this. Why?
|
||||
Ok(std::process::Command::new("reset").arg("-I").spawn()).log();
|
||||
//Ok(std::process::Command::new("reset").arg("-I").spawn()).log();
|
||||
}
|
||||
|
||||
pub fn reset_screen(&mut self) -> HResult<()> {
|
||||
|
|
Loading…
Reference in New Issue