diff options
Diffstat (limited to 'core/.buffer.luadoc')
-rw-r--r-- | core/.buffer.luadoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc index d5cfd084..503cb1c7 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -203,6 +203,10 @@ -- * `buffer.CARETSTYLE_BLOCK_ALWAYS` -- A block caret in both insert and overtype mode. -- +-- Any block setting may be combined with `buffer.CARETSTYLE_BLOCK_AFTER` via +-- bitwise OR (`|`) in order to draw the caret after the end of a selection, +-- as opposed to just inside it. +-- -- The default value is `buffer.CARETSTYLE_LINE`. -- @field caret_width (number) -- The line caret's pixel width in insert mode, either `0`, `1`, `2`, or `3`. |