Do not clone Key
This commit is contained in:
parent
1c82463dfb
commit
8b5a235129
3 changed files with 4 additions and 5 deletions
|
|
@ -682,8 +682,7 @@ where
|
|||
status = Status::Captured;
|
||||
}
|
||||
Named::Space if !modifiers.control() => {
|
||||
terminal
|
||||
.input_scroll(format!("{}{}", alt_prefix, " ").as_bytes().to_vec());
|
||||
terminal.input_scroll(format!("{}{}", alt_prefix, " ").as_bytes().to_vec());
|
||||
status = Status::Captured;
|
||||
}
|
||||
Named::Tab => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue