mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 20:36: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:
@@ -46,7 +46,7 @@ extern int script_buffer_input_cb (const void *pointer, void *data,
|
||||
extern int script_buffer_close_cb (const void *pointer, void *data,
|
||||
struct t_gui_buffer *buffer);
|
||||
extern void script_buffer_set_callbacks ();
|
||||
extern void script_buffer_set_keys ();
|
||||
extern void script_buffer_set_keys (struct t_hashtable *hashtable);
|
||||
extern void script_buffer_set_localvar_filter ();
|
||||
extern void script_buffer_open ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user