summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/term.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.rs b/src/term.rs
index 4d9d228..272e9dd 100644
--- a/src/term.rs
+++ b/src/term.rs
@@ -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<()> {