mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-12 08:00:08 +01:00
chore(deps): upgrade to termion-3.0.0
This commit is contained in:
parent
f60855cc64
commit
52f902b5e1
3 changed files with 161 additions and 121 deletions
10
src/ui/vc.rs
10
src/ui/vc.rs
|
|
@ -560,11 +560,9 @@ impl<'a> ViewController<'a> {
|
|||
uppercased,
|
||||
output_destination,
|
||||
});
|
||||
} else {
|
||||
// The prefix of a hint was entered, but we
|
||||
// still need more keys.
|
||||
continue;
|
||||
}
|
||||
// The prefix of a hint was entered, but we
|
||||
// still need more keys.
|
||||
}
|
||||
|
||||
// Unknown keys are ignored.
|
||||
|
|
@ -589,9 +587,9 @@ impl<'a> ViewController<'a> {
|
|||
|
||||
let mut stdin = termion::async_stdin();
|
||||
let mut stdout = io::stdout()
|
||||
.into_alternate_screen()
|
||||
.expect("Cannot access alternate screen.")
|
||||
.into_raw_mode()
|
||||
.expect("Cannot access alternate screen.")
|
||||
.into_alternate_screen()
|
||||
.expect("Cannot access alternate screen.");
|
||||
|
||||
// stdout.write(cursor::Hide.into()).unwrap();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue