aboutsummaryrefslogtreecommitdiffhomepage
path: root/core
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2021-04-14 15:08:01 -0400
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2021-04-14 15:08:01 -0400
commit07f1785afd1afc28d18a49999ea6f3b3dc836926 (patch)
treeefe179e981dac1de82a21592ca3c14e86ff1c765 /core
parent381f33d2b02c23fb085bc1363a0d4cd42748f4d6 (diff)
Updated Scintilla iface LuaDoc.
Diffstat (limited to 'core')
-rw-r--r--core/iface.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/iface.lua b/core/iface.lua
index c51ceac6..2ca1fd5a 100644
--- a/core/iface.lua
+++ b/core/iface.lua
@@ -23,7 +23,7 @@ M.constants = {ACCESSIBILITY_DISABLED=0,ACCESSIBILITY_ENABLED=1,ALPHA_NOALPHA=25
-- + `1`: Integer.
-- + `2`: Length of the given lParam string.
-- + `3`: Integer position.
--- + `4`: Color, in "0xBBGGRR" format.
+-- + `4`: Color, in "0xBBGGRR" format or "0xAABBGGRR" format where supported.
-- + `5`: Boolean `true` or `false`.
-- + `6`: Bitmask of Scintilla key modifiers and a key value.
-- + `7`: String parameter.