diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2001-05-15 16:32:28 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2001-05-15 16:32:28 +0000 |
commit | 4a28d81c4704d486d879d65df945642543dc9c82 (patch) | |
tree | 83f5fec4598cf9ac2ec1bf8edd5ed699daa6bd68 /Src | |
parent | 9f9ced8c622cf303aa334fae6f36530d01e46e09 (diff) | |
download | zsh-4a28d81c4704d486d879d65df945642543dc9c82.tar.gz zsh-4a28d81c4704d486d879d65df945642543dc9c82.tar.xz zsh-4a28d81c4704d486d879d65df945642543dc9c82.zip |
Added HIST_TMPSTORE define.
Diffstat (limited to 'Src')
-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 ed63b1a49..1d8d8888b 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -1252,6 +1252,7 @@ struct histent { #define HIST_READ 0x00000004 /* Command was read back from disk*/ #define HIST_DUP 0x00000008 /* Command duplicates a later line */ #define HIST_FOREIGN 0x00000010 /* Command came from another shell */ +#define HIST_TMPSTORE 0x00000020 /* Kill when user enters another cmd */ #define GETHIST_UPWARD (-1) #define GETHIST_DOWNWARD 1 |