diff options
Diffstat (limited to 'Src')
-rw-r--r-- | Src/Zle/zle_misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Zle/zle_misc.c b/Src/Zle/zle_misc.c index 05a780b0c..7159113a6 100644 --- a/Src/Zle/zle_misc.c +++ b/Src/Zle/zle_misc.c @@ -955,7 +955,7 @@ executenamedcommand(char *prmt) else { #ifdef ZLE_UNICODE_SUPPORT if (!lastchar_wide_valid) - getrestchar(0); + getrestchar(lastchar); if (iswcntrl(lastchar_wide)) #else if (icntrl(lastchar)) |