summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2011-08-07 14:54:22 +0000
committerPaul Buetow <paul@buetow.org>2011-08-07 14:54:22 +0000
commit278490272f32ff20b5fc4825e6de19578c2f2505 (patch)
tree332f578f7949543423c62b301fbe6a98f4177bee
parent99d448257f72fafb09b72aa8833335c8a2a2ad38 (diff)
Some graphic stuff
-rw-r--r--CHANGELOG7
-rwxr-xr-xloadbars.pl2
2 files changed, 5 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 2e9f36f..8472e70 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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);