mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-24 08:34:10 +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…
x
Reference in New Issue
Block a user