From 04a89199d02a3ee6c4b3d89a6c782bdb0a4f1bc8 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 15 Apr 1999 18:20:19 +0000 Subject: zsh-3.1.5-pws-12 --- Src/zsh.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Src/zsh.h') diff --git a/Src/zsh.h b/Src/zsh.h index fa5b5632c..d0b566e3f 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -1013,7 +1013,7 @@ struct histent { #define HISTFLAG_DONE 1 #define HISTFLAG_NOEXEC 2 #define HISTFLAG_RECALL 4 - +#define HISTFLAG_SETTY 8 /******************************************/ /* Definitions for programable completion */ @@ -1403,6 +1403,13 @@ struct heap { #define ZSIG_IGNORED (1<<1) #define ZSIG_FUNC (1<<2) +/**********************************/ +/* Flags to third argument of zle */ +/**********************************/ + +#define ZLRF_HISTORY 0x01 +#define ZLRF_NOSETTY 0x02 + /****************/ /* Entry points */ /****************/ -- cgit 1.4.1