diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2003-02-17 14:06:39 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2003-02-17 14:06:39 +0000 |
commit | 4c149a8abc198d38008c9f5b4eeb80a9c73a0722 (patch) | |
tree | 07b81bcf865c9f735de02415a86491b039a2e860 /Src/zsh.h | |
parent | 40c29457f285deaba4959dd23d5f2dd859ddb956 (diff) | |
download | zsh-4c149a8abc198d38008c9f5b4eeb80a9c73a0722.tar.gz zsh-4c149a8abc198d38008c9f5b4eeb80a9c73a0722.tar.xz zsh-4c149a8abc198d38008c9f5b4eeb80a9c73a0722.zip |
18252: pass ignoreeof as flag to zleread
Diffstat (limited to 'Src/zsh.h')
-rw-r--r-- | Src/zsh.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/zsh.h b/Src/zsh.h index 9d402b242..aa2c11fe3 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -1747,6 +1747,7 @@ struct heap { #define ZLRF_HISTORY 0x01 /* OK to access the history list */ #define ZLRF_NOSETTY 0x02 /* Don't set tty before return */ +#define ZLRF_IGNOREEOF 0x04 /* Ignore an EOF from the keyboard */ /****************/ /* Entry points */ |