Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-term/src/application.rs')
-rw-r--r--helix-term/src/application.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/src/application.rs b/helix-term/src/application.rs
index 269ce13d..df7ce871 100644
--- a/helix-term/src/application.rs
+++ b/helix-term/src/application.rs
@@ -254,7 +254,7 @@ impl Application {
use helix_view::graphics::Rect;
match signal {
signal::SIGTSTP => {
- self.compositor.save_cursor();
+ self.compositor.restore_cursor();
self.restore_term().unwrap();
low_level::emulate_default_handler(signal::SIGTSTP).unwrap();
}