mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
In run_lua_func, pass handle_ref 0 for the unref flag so that bindings
will work more than once.
This commit is contained in:
parent
717b440f62
commit
35aa8119e3
@ -262,7 +262,7 @@ run_lua_func(va_list ap, void *data)
|
||||
return EVENT_HOOK_STATUS_NEXT;
|
||||
}
|
||||
|
||||
handle_ref(L, ses, func_ref, "keyboard function", 0, 1);
|
||||
handle_ref(L, ses, func_ref, "keyboard function", 0, 0);
|
||||
|
||||
return EVENT_HOOK_STATUS_NEXT;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user