mirror of
https://github.com/weechat/weechat.git
synced 2026-07-05 09:13:14 +02:00
core: make "input_commands_allowed" work with /wait and /repeat commands (issue #928)
This commit is contained in:
+1
-1
@@ -432,7 +432,7 @@ gui_input_return (struct t_gui_buffer *buffer)
|
||||
gui_input_text_changed_modifier_and_signal (buffer,
|
||||
0, /* save undo */
|
||||
1); /* stop completion */
|
||||
(void) input_data (buffer, command);
|
||||
(void) input_data (buffer, command, NULL);
|
||||
free (command);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user