]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
mh_windowfill.pl v1.06
authormh <redacted>
Sun, 20 Dec 2015 04:12:37 +0000 (05:12 +0100)
committermh <redacted>
Sun, 20 Dec 2015 04:12:37 +0000 (05:12 +0100)
fill windows so scrolling starts bottom-up instead of top-down (screenshots in source)

changes:
added changed field to irssi header

scripts/mh_windowfill.pl

index 550d23943f1484a4174257cc1825a638985a6558..6475d1dc43ad30060d4c24a4455b5b938bdbc46b 100644 (file)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# mh_windowfill.pl v1.05 (20151206)
+# mh_windowfill.pl v1.06 (20151220)
 #
 # Copyright (c) 2015  Michael Hansen
 #
@@ -27,6 +27,8 @@
 #      with script:    http://picpaste.com/e3b84ead852e3e77b12ed69383f1f80c.png
 #
 # history:
+#      v1.06 (20151220)
+#              added changed field to irssi header
 #      v1.05 (20151206)
 #              added a few comments
 #      v1.04 (20151128)
@@ -58,7 +60,7 @@ use strict;
 use Irssi 20100403;
 use Irssi::TextUI;
 
-our $VERSION = '1.05';
+our $VERSION = '1.06';
 our %IRSSI   =
 (
        'name'        => 'mh_windowfill',
@@ -67,6 +69,7 @@ our %IRSSI   =
        'authors'     => 'Michael Hansen',
        'contact'     => 'mh on IRCnet #help',
        'url'         => 'http://scripts.irssi.org / https://github.com/mh-source/irssi-scripts',
+       'changed'     => 'Sun Dec 20 05:07:00 CET 2015',
 );
 
 ##############################################################################
@@ -162,13 +165,13 @@ sub command_clear
 #
 ##############################################################################
 
-windowfill_all();
-
 Irssi::signal_add_last('mainwindow resized', 'windowfill_all');
 Irssi::signal_add_last('window created',     'windowfill');
 
 Irssi::command_bind('clear', 'command_clear');
 
+windowfill_all();
+
 1;
 
 ##############################################################################
git clone https://git.99rst.org/PROJECT