about summary refs log tree commit diff
path: root/Src/zsh.h
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-01-05 01:44:04 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-01-05 01:44:04 +0000
commitcf0e1c9dca0071716d1952a6b1a552724ea06470 (patch)
treea586517d1499768827493045794d6f2586c736d2 /Src/zsh.h
parent20adb2a9ea61b14d2795d33ce57a44d8cf5d3340 (diff)
downloadzsh-cf0e1c9dca0071716d1952a6b1a552724ea06470.tar.gz
zsh-cf0e1c9dca0071716d1952a6b1a552724ea06470.tar.xz
zsh-cf0e1c9dca0071716d1952a6b1a552724ea06470.zip
zsh-workers/9212
Diffstat (limited to 'Src/zsh.h')
-rw-r--r--Src/zsh.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Src/zsh.h b/Src/zsh.h
index a5e817019..2ae640a20 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -1642,8 +1642,8 @@ struct heap {
 /* Flags to third argument of zle */
 /**********************************/
 
-#define ZLRF_HISTORY	0x01
-#define ZLRF_NOSETTY	0x02
+#define ZLRF_HISTORY	0x01	/* OK to access the history list */
+#define ZLRF_NOSETTY	0x02	/* Don't set tty before return */
 
 /****************/
 /* Entry points */