diff options
| author | pbuetow <puppet@mx.buetow.org> | 2012-06-28 08:40:53 +0200 |
|---|---|---|
| committer | pbuetow <puppet@mx.buetow.org> | 2012-06-28 08:40:53 +0200 |
| commit | e006f9a5d226d9ce19ccea9e631f9bb66686a4b7 (patch) | |
| tree | 5c9500ed6cbcf1a0c6723f8a676df36094d0f561 | |
| parent | 87c7d2678d7a0a5fbfa62cfe0bb03ab6bc006ced (diff) | |
add interface name to net txt display
| -rw-r--r-- | lib/Loadbars/Main.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Loadbars/Main.pm b/lib/Loadbars/Main.pm index 0fcf2da..34ad8fa 100644 --- a/lib/Loadbars/Main.pm +++ b/lib/Loadbars/Main.pm @@ -803,7 +803,8 @@ sub loop ($@) { if ( $C{showtext} ) { my $y_ = 5; - $app->print( $x + $add_x, $y_, 'Rxb:' ); + $app->print( $x + $add_x, $y_, $int ); + $app->print( $x + $add_x, $y_ += $sdl_font_height, 'Rxb:' ); $app->print( $x + $add_x, $y_ += $sdl_font_height, |
