mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 06:16:40 +02:00
buffer: add property input_get_any_user_data in buffer (issue #2066)
This allows buffers to get any user input, including commands, that are sent to the buffer callback instead of being executed on the buffer.
This commit is contained in:
@@ -334,7 +334,7 @@ TEST_GROUP(IrcProtocolWithServer)
|
||||
|
||||
ptr_buffer = gui_buffer_search_by_full_name (buffer);
|
||||
if (ptr_buffer)
|
||||
input_data (ptr_buffer, data, NULL, 0);
|
||||
input_data (ptr_buffer, data, NULL, 0, 0);
|
||||
|
||||
record_stop ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user