NetBSD: color process state P as running

On NetBSD state 'R' means runnable not running.

Improve the color identifier name accordingly.
This commit is contained in:
Christian Göttsche
2021-08-30 19:20:42 +02:00
committed by BenBE
parent c0c2bb98a2
commit 0580dbb202
3 changed files with 12 additions and 8 deletions

2
CRT.h
View File

@ -74,7 +74,7 @@ typedef enum ColorElements_ {
PROCESS_MEGABYTES,
PROCESS_GIGABYTES,
PROCESS_TREE,
PROCESS_R_STATE,
PROCESS_RUN_STATE,
PROCESS_D_STATE,
PROCESS_BASENAME,
PROCESS_HIGH_PRIORITY,