mirror of
https://github.com/weechat/weechat.git
synced 2026-07-09 11:13:12 +02:00
core: add functions "key_bind" and "key_unbind" in plugin API
This commit is contained in:
@@ -1600,7 +1600,7 @@ gui_buffer_set (struct t_gui_buffer *buffer, const char *property,
|
||||
&buffer->keys_count);
|
||||
}
|
||||
else
|
||||
gui_key_unbind (buffer, 0, property + 11, 1);
|
||||
gui_key_unbind (buffer, 0, property + 11);
|
||||
}
|
||||
else if (string_strcasecmp (property, "input") == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user