From: azarus Date: Thu, 15 Feb 2018 09:36:12 +0000 (+0100) Subject: Unbreak hlscroll on recent versions of irssi X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=e2c12569352407f60c624f4fe03f21e293693068;p=irssi-scripts.irssi.org.git Unbreak hlscroll on recent versions of irssi --- diff --git a/scripts/hlscroll.pl b/scripts/hlscroll.pl index 47a4066..9a65926 100644 --- a/scripts/hlscroll.pl +++ b/scripts/hlscroll.pl @@ -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"', );