mirror of
https://github.com/weechat/weechat.git
synced 2026-07-03 08:13:14 +02:00
core: display a specific error when trying to bind a key without area in mouse context
This commit is contained in:
@@ -2378,7 +2378,7 @@ gui_buffer_set (struct t_gui_buffer *buffer, const char *property,
|
||||
}
|
||||
else if (strncmp (property, "key_bind_", 9) == 0)
|
||||
{
|
||||
gui_key_bind (buffer, 0, property + 9, value);
|
||||
(void) gui_key_bind (buffer, 0, property + 9, value);
|
||||
}
|
||||
else if (strncmp (property, "key_unbind_", 11) == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user