aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2005-02-10 12:46:17 +0000
committernyamatongwe <unknown>2005-02-10 12:46:17 +0000
commit6eee037fe180acd217d783aebb1e0aafda3b64b2 (patch)
treef555711b7515758f97d4cacab0694579d61f69c0 /include/Scintilla.h
parent85c1f8645c626b914a9f0046dd3f70335ef15dac (diff)
downloadscintilla-mirror-6eee037fe180acd217d783aebb1e0aafda3b64b2.tar.gz
Patch from Suzumizaki-Kimitaka to add character wrap mode.
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 f20f0de22..d263d5026 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -386,6 +386,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_WORDENDPOSITION 2267
#define SC_WRAP_NONE 0
#define SC_WRAP_WORD 1
+#define SC_WRAP_CHAR 2
#define SCI_SETWRAPMODE 2268
#define SCI_GETWRAPMODE 2269
#define SC_WRAPVISUALFLAG_NONE 0x0000