diff options
author | nyamatongwe <unknown> | 2001-08-08 12:38:52 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2001-08-08 12:38:52 +0000 |
commit | d5a2e3789a7a165ae42989cba593061031e44550 (patch) | |
tree | ea681b2e2f1f417f13ca45f417f455959de50f08 /include/Scintilla.h | |
parent | 9f4411a033f2513b91f7f50e3c1e77c570426132 (diff) | |
download | scintilla-mirror-d5a2e3789a7a165ae42989cba593061031e44550.tar.gz |
Patch from Philippe to make the display jump more when the caret reaches
a margin. This is chosen with the CARET_XJUMPS flag.
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 65a95b8e9..664d11879 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -411,6 +411,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define CARET_CENTER 0x02 #define CARET_STRICT 0x04 #define CARET_XEVEN 0x08 +#define CARET_XJUMPS 0x10 #define SCI_SETCARETPOLICY 2369 #define SCI_LINESONSCREEN 2370 #define SCI_USEPOPUP 2371 |