Bug fix: fish_config/bindings display ESC as "ALT-e"

Fixes #3286
This commit is contained in:
Jin Liu 2016-08-04 17:03:22 +08:00 committed by Kurtis Rader
parent 744da2cab2
commit ccd62ff44b

View File

@ -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()