mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-26 10:43:47 +08:00
parent
744da2cab2
commit
ccd62ff44b
|
@ -409,6 +409,8 @@ class BindingParser:
|
|||
self.unget_char()
|
||||
self.unget_char()
|
||||
alt = True
|
||||
elif d == '\0':
|
||||
result += 'ESC'
|
||||
else:
|
||||
alt = True
|
||||
self.unget_char()
|
||||
|
|
Loading…
Reference in New Issue
Block a user