diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2006-08-01 21:28:04 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-08-01 21:28:04 +0000 |
commit | bb912594b2325334a603893e90e8d9aa7cc534ca (patch) | |
tree | bbbd081b8b2191081b260056ce17a4876b74227a /Src/Zle/compresult.c | |
parent | 7d77bc95b2ba7276cf430a989e9b4000c72ba765 (diff) | |
download | zsh-bb912594b2325334a603893e90e8d9aa7cc534ca.tar.gz zsh-bb912594b2325334a603893e90e8d9aa7cc534ca.tar.xz zsh-bb912594b2325334a603893e90e8d9aa7cc534ca.zip |
22575: multibyte fixes for bslashquote(), getzlequery()
Diffstat (limited to 'Src/Zle/compresult.c')
-rw-r--r-- | Src/Zle/compresult.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Zle/compresult.c b/Src/Zle/compresult.c index 2aa382cb5..887720a2f 100644 --- a/Src/Zle/compresult.c +++ b/Src/Zle/compresult.c @@ -1861,7 +1861,7 @@ asklist(void) listdat.nlines)); qup = ((l + columns - 1) / columns) - 1; fflush(shout); - if (getzlequery(1) != 'y') { + if (!getzlequery()) { if (clearflag) { putc('\r', shout); tcmultout(TCUP, TCMULTUP, qup); |