Commit c6f49224 authored by Adam Wujek's avatar Adam Wujek 💬

userpsace/tools: use Default foreground color as white in wr_mon

Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent ee9df610
......@@ -2,7 +2,7 @@
#include <stdio.h>
#define C_DIM 0x80
#define C_WHITE 7
#define C_WHITE 9 /* Default foreground color */
#define C_GREY (C_WHITE | C_DIM)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment