about summary refs log tree commit diff
path: root/Src/Zle/zle_tricky.c
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-11-04 11:31:11 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-11-04 11:31:11 +0000
commitc037d283683a16348f3c3664994c55f2919d4683 (patch)
tree3bf30737c6842e0b9bbfa8db97e1be0afb9733c3 /Src/Zle/zle_tricky.c
parentbeb429d62fe8b11f9eef67c455bcfdc8fe9f2722 (diff)
downloadzsh-c037d283683a16348f3c3664994c55f2919d4683.tar.gz
zsh-c037d283683a16348f3c3664994c55f2919d4683.tar.xz
zsh-c037d283683a16348f3c3664994c55f2919d4683.zip
zsh-workers/8535
Diffstat (limited to 'Src/Zle/zle_tricky.c')
-rw-r--r--Src/Zle/zle_tricky.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Src/Zle/zle_tricky.c b/Src/Zle/zle_tricky.c
index 14c1791d1..09a15d407 100644
--- a/Src/Zle/zle_tricky.c
+++ b/Src/Zle/zle_tricky.c
@@ -77,7 +77,8 @@ int offs;
 /**/
 int usemenu, useglob;
 
-/* != 0 if we are in the middle of a menu completion. */
+/* != 0 if we are in the middle of a menu completion. May be == 2 to force *
+ * menu completion even if using different widgets.                        */
 
 /**/
 int menucmp;