diff options
author | 2019-08-31 10:22:16 -0400 | |
---|---|---|
committer | 2019-08-31 10:22:16 -0400 | |
commit | d08d115b1d1ebb4a154e441ff16b619bad4a87b0 (patch) | |
tree | 56da515c7be4a4d17565c7e8c05596824cbcf318 /core | |
parent | aa851db5cf7c6d9179247ad87dd497340b80e25f (diff) | |
download | textadept-d08d115b1d1ebb4a154e441ff16b619bad4a87b0.tar.gz textadept-d08d115b1d1ebb4a154e441ff16b619bad4a87b0.zip |
Updated LuaDoc.
Diffstat (limited to 'core')
-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`. |