aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/Scintilla.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 361a73b47..a1494b41a 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -157,6 +157,7 @@ typedef long (*SciFnDirect)(long ptr, unsigned int iMessage, unsigned long wPara
#define SCI_STYLERESETDEFAULT SCI_START + 58
#define SCI_STYLESETUNDERLINE SCI_START + 59
#define SCI_STYLESETCHARACTERSET SCI_START + 66
+#define SCI_STYLESETVISIBLE SCI_START + 74
#define SCI_SETSELFORE SCI_START + 67
#define SCI_SETSELBACK SCI_START + 68