Option to display hostname in the meters area

This commit is contained in:
Hisham Muhammad
2009-02-17 18:33:32 +00:00
parent c3d682b0f6
commit ac5cecb6fc
8 changed files with 70 additions and 2 deletions

1
CRT.h
View File

@ -102,6 +102,7 @@ typedef enum ColorElements_ {
CPU_IOWAIT,
CPU_IRQ,
CPU_SOFTIRQ,
HOSTNAME,
LAST_COLORELEMENT
} ColorElements;