aboutsummaryrefslogtreecommitdiff
path: root/core/.buffer.luadoc
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2013-01-20 17:13:11 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2013-01-20 17:13:11 -0500
commit87d5204f5bbbd39d87b974e3d331e6bd061f85d5 (patch)
tree3834dd7871aa81781521375a3739c28ffbe53392 /core/.buffer.luadoc
parent00e7ec34670bd46b5885c9cb884b107694a6ab4b (diff)
downloadtextadept-87d5204f5bbbd39d87b974e3d331e6bd061f85d5.tar.gz
textadept-87d5204f5bbbd39d87b974e3d331e6bd061f85d5.zip
Updated to Scintilla 3.2.4.
Diffstat (limited to 'core/.buffer.luadoc')
-rw-r--r--core/.buffer.luadoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc
index fb0248bd..73a457c3 100644
--- a/core/.buffer.luadoc
+++ b/core/.buffer.luadoc
@@ -153,6 +153,11 @@
-- @field caret_line_visible (bool)
-- Color the background of the line containing the caret a different color.
-- The default value is `false`.
+-- @field caret_line_visible_always (bool)
+-- Whether or not the caret line is always visible, even when the window is
+-- not in focus.
+-- The default value is `false`, showing the caret line only when the window
+-- is in focus.
-- @field caret_period (number)
-- The time in milliseconds between caret blinks.
-- A value of `0` stops blinking.