mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 13:26:38 +02:00
63714855d3
This allows the input callback function for a buffer to receive multiple lines at once, instead of the message being split on newline before being sent to the callback. It adds a new flag, input_multiline, to control this. This flag defaults to 0 which is the current behavior.