]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
Unbreak hlscroll on recent versions of irssi
authorazarus <redacted>
Thu, 15 Feb 2018 09:36:12 +0000 (10:36 +0100)
committerazarus <redacted>
Thu, 15 Feb 2018 09:36:12 +0000 (10:36 +0100)
scripts/hlscroll.pl

index 47a4066a9188ad860585ef66c5f0d30e385cc57b..9a65926bb41e3cd5d4e92c93ca00dbb73fdfff77 100644 (file)
@@ -1,5 +1,6 @@
 use strict;
 use Irssi qw(command_bind MSGLEVEL_HILIGHT);
+use Irssi::TextUI;
 use vars qw($VERSION %IRSSI);
 
 # Recommended key bindings: alt+pgup, alt+pgdown:
@@ -14,7 +15,7 @@ $VERSION = '0.02';
     description        => 'Scrolls to previous or next highlight',
     license    => 'Public Domain',
     url                => 'http://juerd.nl/site.plp/irssi',
-    changed    => 'Fri Apr 13 05:48 CEST 2012',
+    changed    => 'Thu Feb 15 10:35 CEST 2018',
     inspiration => '@eevee on Twitter: "i really want irssi keybindings that will scroll to the next/previous line containing a highlight. why does this not exist"',
 );
 
git clone https://git.99rst.org/PROJECT