Update dependencies

This commit is contained in:
Jeremy Soller 2024-05-14 13:15:02 -06:00
parent b7b3e942fa
commit 7f5a5b4bf0
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
2 changed files with 128 additions and 109 deletions

View file

@ -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 {