1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 16:53:14 +02:00

fset: add local key bindings during the buffer creation

This allows the user to bind or unbind keys by setting options
"weechat.buffer.fset.fset.key_bind_*" and
"weechat.buffer.fset.fset.key_unbind_*".
This commit is contained in:
Sébastien Helleu
2023-08-24 19:00:32 +02:00
parent fd07b2888f
commit 6737859330
4 changed files with 16 additions and 6 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ extern int fset_buffer_window_scrolled_cb (const void *pointer,
const char *signal,
const char *type_data,
void *signal_data);
extern void fset_buffer_set_keys ();
extern void fset_buffer_set_keys (struct t_hashtable *hashtable);
extern void fset_buffer_set_localvar_filter ();
extern void fset_buffer_open ();
extern int fset_buffer_init ();