diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2012-09-13 15:41:00 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2012-09-13 15:41:00 +0200 |
commit | 4e7ddbbe5994297f383149cb85c949b670c697c9 (patch) | |
tree | 0dfe70909b15643a54122c21faba70f9d8fdf508 /vconsole.h | |
parent | d6af7727d1defbc0b7a44b704deeeae4965c4409 (diff) | |
download | vconsole-4e7ddbbe5994297f383149cb85c949b670c697c9.tar.gz |
colorize domain list a bit
Diffstat (limited to 'vconsole.h')
-rw-r--r-- | vconsole.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -27,6 +27,12 @@ enum vconsole_cols { DPTR_COL, // vconsole_domain ID_COL, STATE_COL, + + /* beautify */ + FOREGROUND_COL, + WEIGHT_COL, + + /* end of list */ N_COLUMNS }; |