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:
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user