mirror of
https://github.com/weechat/weechat.git
synced 2026-07-08 02:33:12 +02:00
Add signals "key_bind" and "key_unbind"
This commit is contained in:
@@ -1048,7 +1048,7 @@ gui_buffer_set (struct t_gui_buffer *buffer, const char *property,
|
||||
if (strcmp (property + 11, "*") == 0)
|
||||
gui_keyboard_free_all (&buffer->keys, &buffer->last_key);
|
||||
else
|
||||
gui_keyboard_unbind (buffer, property + 11);
|
||||
gui_keyboard_unbind (buffer, property + 11, 1);
|
||||
}
|
||||
else if (string_strcasecmp (property, "input") == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user