diff options
Diffstat (limited to 'core/.buffer.luadoc')
-rw-r--r-- | core/.buffer.luadoc | 5 |
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. |