mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 13:26:38 +02:00
script: add local key bindings during the buffer creation
This allows the user to bind or unbind keys by setting options "weechat.buffer.script.scripts.key_bind_*" and "weechat.buffer.script.scripts.key_unbind_*".
This commit is contained in:
@@ -279,7 +279,7 @@ script_config_change_use_keys_cb (const void *pointer, void *data,
|
||||
(void) option;
|
||||
|
||||
if (script_buffer)
|
||||
script_buffer_set_keys ();
|
||||
script_buffer_set_keys (NULL);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user