aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 8799a46..fcab47b 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -70,4 +70,5 @@ fn main() {
}
execute!(stdout(), LeaveAlternateScreen).unwrap();
+ execute!(stdout(), cursor::Show).unwrap();
}