diff --git a/common.c b/common.c index 677a5c72c..d40f43880 100644 --- a/common.c +++ b/common.c @@ -996,7 +996,7 @@ wchar_t *unescape( const wchar_t * orig, int flags ) /* \x1b means escape */ - case L'\x1b': + case L'e': { in[out_pos]=L'\x1b'; break; @@ -1039,7 +1039,7 @@ wchar_t *unescape( const wchar_t * orig, int flags ) } /* - \v means vetrical tab + \v means vertical tab */ case L'v': {