diff options
author | Martijn Laan <1092369+martijnlaan@users.noreply.github.com> | 2024-06-25 15:22:23 +1000 |
---|---|---|
committer | Martijn Laan <1092369+martijnlaan@users.noreply.github.com> | 2024-06-25 15:22:23 +1000 |
commit | e1526b995aba2e8cd7b4ee018abaaf62e9897e06 (patch) | |
tree | 00eae91fb58bb8b6dff339f215f17603d56cfe75 /include/Scintilla.h | |
parent | e419907a2eec27cf4ffa0823ae62d7ae65ef4c9c (diff) | |
download | scintilla-mirror-e1526b995aba2e8cd7b4ee018abaaf62e9897e06.tar.gz |
Feature [feature-requests:#1519]. Cherry pick SC_MASK_HISTORY from isscint.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r-- | include/Scintilla.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h index b51c8c2ab..c25dc5ed9 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -166,6 +166,7 @@ typedef sptr_t (*SciFnDirectStatus)(sptr_t ptr, unsigned int iMessage, uptr_t wP #define SC_MARKNUM_FOLDERSUB 29 #define SC_MARKNUM_FOLDER 30 #define SC_MARKNUM_FOLDEROPEN 31 +#define SC_MASK_HISTORY 0x01E00000 #define SC_MASK_FOLDERS 0xFE000000 #define SCI_MARKERDEFINE 2040 #define SCI_MARKERSETFORE 2041 |