aboutsummaryrefslogtreecommitdiff
path: root/core/.buffer.luadoc
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2019-03-09 22:46:52 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2019-03-09 22:46:52 -0500
commit0b7378e8ff99cd8a22a63c0fa050f4783d1a04e8 (patch)
treed0150d431a7c2f8f6e57e12c30e348d4414aa4e8 /core/.buffer.luadoc
parent7b33eb75991ef90677e723dfc8e11e665c301cd9 (diff)
downloadtextadept-0b7378e8ff99cd8a22a63c0fa050f4783d1a04e8.tar.gz
textadept-0b7378e8ff99cd8a22a63c0fa050f4783d1a04e8.zip
Updated interface to Scintilla 3.10.3.
Diffstat (limited to 'core/.buffer.luadoc')
-rw-r--r--core/.buffer.luadoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc
index 44547331..3672f416 100644
--- a/core/.buffer.luadoc
+++ b/core/.buffer.luadoc
@@ -200,6 +200,9 @@
-- A line caret.
-- * `buffer.CARETSTYLE_BLOCK`
-- A block caret.
+-- * `buffer.CARETSTYLE_OVERSTRIKE_BLOCK`
+-- A block caret for overtype mode. (Needs to be bit-wise ORed with another
+-- caret style.)
--
-- The default value is `buffer.CARETSTYLE_LINE`.
-- @field caret_width (number)