diff options
author | nyamatongwe <devnull@localhost> | 2005-02-10 12:46:17 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2005-02-10 12:46:17 +0000 |
commit | 5797f5a461e8bc7b0f53eed66e63ca44edcfb978 (patch) | |
tree | f555711b7515758f97d4cacab0694579d61f69c0 /include/Scintilla.h | |
parent | eefc175226ec466e42b820e00a318cbc34bfafdd (diff) | |
download | scintilla-mirror-5797f5a461e8bc7b0f53eed66e63ca44edcfb978.tar.gz |
Patch from Suzumizaki-Kimitaka to add character wrap mode.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r-- | include/Scintilla.h | 1 |
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 |