aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/tui.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/tui.rs')
-rw-r--r--src/frontend/tui.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/tui.rs b/src/frontend/tui.rs
index a4560c1..698407d 100644
--- a/src/frontend/tui.rs
+++ b/src/frontend/tui.rs
@@ -179,7 +179,7 @@ impl Tui {
// if self.paste {
// crossterm::execute!(stdout(), EnableBracketedPaste)?;
// }
- Self::init_error_hooks()?;
+ // Self::init_error_hooks()?;
self.start();
Ok(())
}