Update dependencies
This commit is contained in:
parent
b7b3e942fa
commit
7f5a5b4bf0
2 changed files with 128 additions and 109 deletions
|
|
@ -1691,7 +1691,7 @@ impl Application for App {
|
|||
// Drop the lock for term so that input_scroll doesn't block forever
|
||||
drop(term);
|
||||
// 0x03 is ^C
|
||||
terminal.input_scroll(&[0x03]);
|
||||
terminal.input_scroll(b"\x03".as_slice());
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue