aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/iface.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/iface.lua')
-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.