aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <unknown>2001-08-08 12:38:52 +0000
committernyamatongwe <unknown>2001-08-08 12:38:52 +0000
commitd5a2e3789a7a165ae42989cba593061031e44550 (patch)
treeea681b2e2f1f417f13ca45f417f455959de50f08 /include/Scintilla.iface
parent9f4411a033f2513b91f7f50e3c1e77c570426132 (diff)
downloadscintilla-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.iface')
-rw-r--r--include/Scintilla.iface3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index bb40634f3..a8b42dbdb 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1079,6 +1079,9 @@ val CARET_STRICT=0x04
# If CARET_XEVEN set then both left and right margins are given equal weight
# rather than favouring left following behaviour.
val CARET_XEVEN=0x08
+# If CARET_XJUMPS set then when caret reaches the margin the display jumps
+# enough to leave the caret solidly within the display.
+val CARET_XJUMPS=0x10
# Set the way the line the caret is on is kept visible.
fun void SetCaretPolicy=2369(int caretPolicy, int caretSlop)