aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/events.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/events.lua')
-rw-r--r--core/events.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/events.lua b/core/events.lua
index d83c7803..b2c3063e 100644
--- a/core/events.lua
+++ b/core/events.lua
@@ -386,7 +386,7 @@ local scnotifications = {
[c.SCN_CALLTIPCLICK] = {'call_tip_click', 'position'},
[c.SCN_AUTOCSELECTION] = {'auto_c_selection', 'text', 'position'},
[c.SCN_AUTOCSELECTIONCHANGE] = {
- 'auto_c_selection_change', 'id', 'text', 'position'
+ 'auto_c_selection_change', 'wParam', 'text', 'position'
},
[c.SCN_AUTOCCANCELLED] = {'auto_c_cancelled'},
[c.SCN_AUTOCCHARDELETED] = {'auto_c_char_deleted'},