diff options
| -rw-r--r-- | CHANGELOG | 7 | ||||
| -rwxr-xr-x | loadbars.pl | 2 |
2 files changed, 5 insertions, 4 deletions
@@ -1,7 +1,8 @@ So 7. Aug 15:53:08 CEST 2011 -* Added grey separator lines between each hosts -* More intelligent CPU core numbering in the different - CPU toggle modes. +* Added grey separator lines between each hosts if displaying + each single core +* More intelligent CPU core numbering if displaying each single + core (starting counting by 0 for each host). * Some more documentation * Some minor bugfixes diff --git a/loadbars.pl b/loadbars.pl index 5776653..f998e27 100755 --- a/loadbars.pl +++ b/loadbars.pl @@ -403,7 +403,7 @@ sub main_loop ($@) { my $rect_iowait = get_rect $rects, "$key;iowait"; my $rect_nice = get_rect $rects, "$key;nice"; - unless ($is_host_summary) { + unless ($is_host_summary || $C{togglecpu}) { $current_corenum = 0; $rect_separator = get_rect $rects, "$key;separator"; $rect_separator->width(1); |
