1
0
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:
Sebastien Helleu
2012-12-19 09:02:14 +01:00
parent 0faf58a287
commit e667b606a9
2 changed files with 2 additions and 2 deletions
+2
View File
@@ -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)
-2
View File
@@ -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