1
0
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:
Sébastien Helleu
2023-08-24 19:01:20 +02:00
parent 6737859330
commit 817d1eaf8e
4 changed files with 16 additions and 6 deletions
+1 -1
View File
@@ -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 ();