From 3573aa38b55d48abb0c3a0632894a51dedd460ff Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 16 Aug 2000 12:55:58 +0000 Subject: Invisible text. Fixes to ensure long lines do not overflow buffers. --- include/Scintilla.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 -- cgit v1.2.3