Skip to content
Snippets Groups Projects
Commit dcc37135 authored by ticki's avatar ticki Committed by GitHub
Browse files

Merge pull request #37 from aeosynth/patch-1

Update keys.rs
parents 95bce609 a84670a5
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ fn main() {
termion::clear::All,
termion::cursor::Goto(1, 1),
termion::cursor::Hide).unwrap();
stdout.flush().unwrap();
for c in stdin.keys() {
write!(stdout, "{}{}", termion::cursor::Goto(1, 1), termion::clear::CurrentLine).unwrap();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment