aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2005-03-20 01:37:22 +0000
committernyamatongwe <unknown>2005-03-20 01:37:22 +0000
commit0eeee7531d739c2fc06e54eb56d27f361ece0503 (patch)
tree8395a920bd832f73b878b22182452e5fc86f45c0 /include/Scintilla.h
parent6007ca5bf84031f6e353d05907f195ef448769ca (diff)
downloadscintilla-mirror-0eeee7531d739c2fc06e54eb56d27f361ece0503.tar.gz
Patch from nissl in RFE 1164540 adds WrapCount method.
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 cd1dbd77f..5e5528c0a 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -352,6 +352,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_CALLTIPSETFOREHLT 2207
#define SCI_VISIBLEFROMDOCLINE 2220
#define SCI_DOCLINEFROMVISIBLE 2221
+#define SCI_WRAPCOUNT 2235
#define SC_FOLDLEVELBASE 0x400
#define SC_FOLDLEVELWHITEFLAG 0x1000
#define SC_FOLDLEVELHEADERFLAG 0x2000