diff options
author | 2020-09-19 21:26:58 -0400 | |
---|---|---|
committer | 2020-09-19 21:26:58 -0400 | |
commit | 7672a0928efd14872940bb48ad9860a18c470901 (patch) | |
tree | ef5e665dcf866d86610bb4a7233dfb26bfdcfad1 /core/.view.luadoc | |
parent | 4ccfc8529a61596c0e13b7a5d4bc6803a17bc467 (diff) | |
download | textadept-7672a0928efd14872940bb48ad9860a18c470901.tar.gz textadept-7672a0928efd14872940bb48ad9860a18c470901.zip |
Updated to Scintilla 4.4.5 and Scintillua 4.4.5-1.
Diffstat (limited to 'core/.view.luadoc')
-rw-r--r-- | core/.view.luadoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/.view.luadoc b/core/.view.luadoc index abd9dbd7..260b793b 100644 --- a/core/.view.luadoc +++ b/core/.view.luadoc @@ -111,7 +111,7 @@ -- -- The default value is `view.CARETSTYLE_LINE`. -- @field caret_width (number) --- The line caret's pixel width in insert mode, either `0`, `1`, `2`, or `3`. +-- The line caret's pixel width in insert mode, between `0` and `20`. -- The default value is `1`. -- @field cursor (number) -- The display cursor type. |