init_pair(2, COLOR_YELLOW, COLOR_RED);
init_pair(3, COLOR_YELLOW, COLOR_BLACK);
init_pair(4, COLOR_RED, COLOR_BLACK);
+ init_pair(5, COLOR_BLUE, COLOR_BLACK);
$nrows = $C->getmaxy - 2;
if ($BEX::Config::max_parallel_jobs > $nrows) {
$C->addstr(sprintf("%3dD %3dW", $jcnt->{'done'}, $jcnt->{'ready'}));
if ($stat eq 'DONE') {
if (defined $host_last_fail_stat{$mach}) {
- $C->bkgdset(COLOR_PAIR(4));
+ $C->bkgdset(($host_last_fail_stat{$mach} eq 'NOPING') ? COLOR_PAIR(5) : COLOR_PAIR(4));
$C->addstr(sprintf(" %-8s %s", $host_last_fail_stat{$mach}, $queue->job_name($host_last_fail_job{$mach})));
}
} else {