ui: Hide cursor on all occasions

memfd
Manos Pitsidianakis 6 years ago
parent 751febeb9e
commit d0315a0259
No known key found for this signature in database
GPG Key ID: 73627C2F690DF710

@ -362,9 +362,11 @@ impl State<std::io::Stdout> {
write!(
self.stdout(),
"{}{}",
"{}{}{}{}",
termion::screen::ToAlternateScreen,
cursor::Hide
cursor::Hide,
clear::All,
cursor::Goto(1, 1)
).unwrap();
self.flush();
}

Loading…
Cancel
Save