1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 08:51:18 +02:00

Added HFILE_GOT_SIGNAL.

This commit is contained in:
Wayne Davison 2004-10-01 18:55:16 +00:00
parent cbaaa338fa
commit aa5c13f71c

@ -1365,6 +1365,7 @@ struct histent {
#define HFILE_SKIPDUPS 0x0004
#define HFILE_SKIPFOREIGN 0x0008
#define HFILE_FAST 0x0010
#define HFILE_GOT_SIGNAL 0x0020
#define HFILE_USE_OPTIONS 0x8000
/******************************************/