aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authorMartijn Laan <1092369+martijnlaan@users.noreply.github.com>2024-06-25 15:22:23 +1000
committerMartijn Laan <1092369+martijnlaan@users.noreply.github.com>2024-06-25 15:22:23 +1000
commite1526b995aba2e8cd7b4ee018abaaf62e9897e06 (patch)
tree00eae91fb58bb8b6dff339f215f17603d56cfe75 /include/Scintilla.h
parente419907a2eec27cf4ffa0823ae62d7ae65ef4c9c (diff)
downloadscintilla-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.h1
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