mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-22 12:15:32 +08:00
parent
a6c8cd6e85
commit
1e2368f609
|
@ -696,7 +696,7 @@ pub trait InputEventQueuer {
|
|||
}
|
||||
return None;
|
||||
};
|
||||
if buffer.len() == 1 && next == b'\x1b' {
|
||||
if buffer.len() == 2 && next == b'\x1b' {
|
||||
return Some(
|
||||
match self.parse_escape_sequence(buffer, have_escape_prefix) {
|
||||
Some(mut nested_sequence) => {
|
||||
|
|
Loading…
Reference in New Issue
Block a user