From 642498bdfa75cdd8aa0e4cd03f50d5ddba6b3f40 Mon Sep 17 00:00:00 2001 From: "pbuetow (lap824)" Date: Sat, 28 Jan 2012 14:37:51 +0100 Subject: fix --maxwidth option --- loadbars | 2 ++ 1 file changed, 2 insertions(+) diff --git a/loadbars b/loadbars index 5575bd9..44b367b 100755 --- a/loadbars +++ b/loadbars @@ -636,6 +636,7 @@ sub main_loop ($@) { ? Loadbars::BLUE0 : Loadbars::BLUE ); my ( $y, $space ) = ( 5, $font_height ); + my @loadavg = split ';', $AVGSTATS{$host}; if ( $C{displaytxt} ) { @@ -921,6 +922,7 @@ END menupos => 16, help => 'Set max width', mode => 6, + type => 'i' }, quit_hot => { menupos => 16, cmd => 'q', help => 'Quits', mode => 1 }, -- cgit v1.2.3