diff options
| author | Guillaume Pasquet <dev@etenil.net> | 2019-11-18 05:41:59 +0000 |
|---|---|---|
| committer | Guillaume Pasquet <dev@etenil.net> | 2019-11-18 05:41:59 +0000 |
| commit | b6671581897a5ee2397f7788cb3b37657e44757b (patch) | |
| tree | 16383db6cd9519944a89f6d21e05cf72345c56e6 | |
| parent | 3115d6cfb203b59498e5da494d7cd6a1cd961567 (diff) | |
Restore cursor at end.
| -rw-r--r-- | src/main.rs | 1 |
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(); } |
