diff options
Diffstat (limited to 'docs/api.md')
-rw-r--r-- | docs/api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api.md b/docs/api.md index d1969c72..251b037a 100644 --- a/docs/api.md +++ b/docs/api.md @@ -480,7 +480,7 @@ and lParam types. Types are as follows: + `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. |