This commit is contained in:
Zane C. B-H 2019-08-15 17:20:19 -05:00
parent 0048e1528a
commit 861ab9cfa5
1 changed files with 1 additions and 1 deletions

View File

@ -780,7 +780,7 @@ sub colorize{
$wchan=readline( $wchan_fh );
close( $wchan_fh );
}
$item=color($self->nextColor).$left.' '.color($self->nextColor).wchan;
$item=color($self->nextColor).$left.' '.color($self->nextColor).$wchan;
}else{
$item=color($self->nextColor).$left.' '.color($self->nextColor).$proc->{wchan};
}