diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-12-19 09:02:14 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-12-19 09:02:14 +0100 |
commit | e667b606a979e041a9730146660568369aaefdcf (patch) | |
tree | 2e3c118ba85aa70a413f82a2817b35d8349544bf /src/plugins/script | |
parent | 0faf58a287999ab876462ddb104a59acd3d9edb1 (diff) | |
download | weechat-e667b606a979e041a9730146660568369aaefdcf.zip |
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)
Diffstat (limited to 'src/plugins/script')
-rw-r--r-- | src/plugins/script/script-command.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/script/script-command.c b/src/plugins/script/script-command.c index 2631e3636..b785969a1 100644 --- a/src/plugins/script/script-command.c +++ b/src/plugins/script/script-command.c @@ -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 |