about summary refs log tree commit diff
path: root/Src/Zle/compresult.c
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-31 06:31:22 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-31 06:31:22 +0000
commitd5b6d1f40c7dcbc1510e4335924889b55fb648db (patch)
treebed7a4e320fbaa9216195d0b9d46b63baffddec3 /Src/Zle/compresult.c
parentfb6bcb7364f67955dff0cbe3a979d3ab1c6804ac (diff)
downloadzsh-d5b6d1f40c7dcbc1510e4335924889b55fb648db.tar.gz
zsh-d5b6d1f40c7dcbc1510e4335924889b55fb648db.tar.xz
zsh-d5b6d1f40c7dcbc1510e4335924889b55fb648db.zip
move to last cursor after not asking a second time if list should be shown (11682)
Diffstat (limited to 'Src/Zle/compresult.c')
-rw-r--r--Src/Zle/compresult.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/Src/Zle/compresult.c b/Src/Zle/compresult.c
index c55b65b0a..4ffd4d62a 100644
--- a/Src/Zle/compresult.c
+++ b/Src/Zle/compresult.c
@@ -1661,7 +1661,9 @@ asklist(void)
 	    putc('\n', shout);
 	settyinfo(&shttyinfo);
 	minfo.asked = 1;
-    }
+    } else if (minfo.asked == 2)
+	tcmultout(TCUP, TCMULTUP, nlnct);
+
     return (minfo.asked ? minfo.asked - 1 : 0);
 }