mirror of
https://github.com/weechat/weechat.git
synced 2026-07-02 07:46:38 +02:00
script: fix scroll with mouse when window with script buffer is not the current window (do not force a switch to script buffer in current window)
This commit is contained in:
@@ -79,6 +79,8 @@ Version 0.4.0 (under dev!)
|
||||
* relay: add support of IPv6, new option relay.network.ipv6, add support of
|
||||
"ipv4." and/or "ipv6." before protocol name, to force IPv4/IPv6 (task #12270)
|
||||
* relay: add missing "ssl." in output of /relay listrelay
|
||||
* script: fix scroll with mouse when window with script buffer is not the
|
||||
current window (do not force a switch to script buffer in current window)
|
||||
* script: fix compilation on OS X
|
||||
* xfer: add missing tags in DCC chat messages: nick_xxx, prefix_nick_ccc, logN
|
||||
* xfer: display remote IP address for DCC chat/file (task #12289)
|
||||
|
||||
@@ -209,8 +209,6 @@ script_command_script (void *data, struct t_gui_buffer *buffer, int argc,
|
||||
|
||||
if (script_buffer)
|
||||
{
|
||||
weechat_buffer_set (script_buffer, "display", "1");
|
||||
|
||||
if (argc > 1)
|
||||
{
|
||||
if (!script_buffer_detail_script
|
||||
|
||||
Reference in New Issue
Block a user