diff options
| author | ailin-nemui | 2016-11-15 21:55:55 +0100 |
|---|---|---|
| committer | GitHub | 2016-11-15 21:55:55 +0100 |
| commit | 3dcf71818623ccd3cf5dfc0b4ac99d8871805347 (patch) | |
| tree | 04371ed59b0b1e42379cc934361c33a39d329351 /scripts | |
| parent | 42cc4a9a8b8a0b754da81ea08a1b34e434bb417b (diff) | |
| parent | ae6cf76d83852c2c2e819a9921d515b7f2e30a79 (diff) | |
| download | scripts.irssi.org-3dcf71818623ccd3cf5dfc0b4ac99d8871805347.tar.bz2 | |
Merge pull request #317 from ailin-nemui/master
adv_windowlist update to 1.3
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/adv_windowlist.pl | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/scripts/adv_windowlist.pl b/scripts/adv_windowlist.pl index ee0219b..6285786 100644 --- a/scripts/adv_windowlist.pl +++ b/scripts/adv_windowlist.pl @@ -1,7 +1,7 @@ use strict; use warnings; -our $VERSION = '1.2'; # 762850b0c2c1d5a +our $VERSION = '1.3'; # 463402cffae35e5 our %IRSSI = ( authors => 'Nei', contact => 'Nei @ anti@conference.jabber.teamidiot.de', @@ -1710,8 +1710,13 @@ sub string_LCSS { (sort { length $b <=> length $a } $str =~ /(?=(.+).*\0.*\1)/g)[0] } +# workaround for issue #271 { package Irssi::Nick } +# workaround for issue #572 +@Irssi::UI::Exec::ISA = 'Irssi::Windowitem' + if Irssi::version >= 20140822 && Irssi::version <= 20161101 && !@Irssi::UI::Exec::ISA; + UNITCHECK { package AwlViewer; use strict; @@ -2388,6 +2393,7 @@ UNITCHECK # Changelog # ========= +# 1.3 - workaround for irssi issue #572 # 1.2 - new format to choose abbreviation character # 1.1 - infinite loop on shortening certain window names reported by Kalan # |
