aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2001-12-19 07:42:43 +0000
committernyamatongwe <unknown>2001-12-19 07:42:43 +0000
commita3e9b9fcf48df51d55fb1e5c2c696d73dc72c151 (patch)
tree2b7025f7018ab826f0c5da3e14cc6299430bd783 /include/Scintilla.h
parentf3801f3ee91582dbe10abec295840c794da1858e (diff)
downloadscintilla-mirror-a3e9b9fcf48df51d55fb1e5c2c696d73dc72c151.tar.gz
Wrapping supported.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index fb099f9ec..20c5f267a 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -344,6 +344,10 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_GETMOUSEDWELLTIME 2265
#define SCI_WORDSTARTPOSITION 2266
#define SCI_WORDENDPOSITION 2267
+#define SC_WRAP_NONE 0
+#define SC_WRAP_WORD 1
+#define SCI_SETWRAPMODE 2268
+#define SCI_GETWRAPMODE 2269
#define SCI_LINEDOWN 2300
#define SCI_LINEDOWNEXTEND 2301
#define SCI_LINEUP 2302