From: Ailin Nemui Date: Thu, 8 Oct 2020 11:41:57 +0000 (+0200) Subject: [adv_windowlist] update to 1.9.1 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=8d14ffdd5d526645eccaedc36068aff7c54293a9;p=irssi-scripts.irssi.org.git [adv_windowlist] update to 1.9.1 - fix crash on mouse click --- diff --git a/scripts/adv_windowlist.pl b/scripts/adv_windowlist.pl index 031c550..92a4c6c 100644 --- a/scripts/adv_windowlist.pl +++ b/scripts/adv_windowlist.pl @@ -1,7 +1,7 @@ use strict; use warnings; -our $VERSION = '1.9'; # 32a6d4807a45e71 +our $VERSION = '1.9.1'; # fcc63b8a943723b our %IRSSI = ( authors => 'Nei', contact => 'Nei @ anti@conference.jabber.teamidiot.de', @@ -2015,8 +2015,8 @@ awl_init(); # Mouse script based on irssi mouse patch by mirage { my $mouse_status = -1; # -1:off 0,1,2:filling mouse_combo - my @mouse_combo; # 0:button 1:x 2:y - my @mouse_previous; # previous contents of mouse_combo + my @mouse_combo = (-1, -1, -1); # 0:button 1:x 2:y + my @mouse_previous = (-1, -1, -1); # previous contents of mouse_combo sub mouse_xterm_off { $mouse_status = -1; @@ -2811,6 +2811,9 @@ UNITCHECK # Changelog # ========= +# 1.9.1 +# - fix crash on mouse click +# # 1.9 # - add %Z support to viewer #