mirror of
https://github.com/weechat/weechat.git
synced 2026-06-24 20:06: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:
@@ -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