aboutsummaryrefslogtreecommitdiff
path: root/src/shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/shell.c')
-rw-r--r--src/shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shell.c b/src/shell.c
index 82b1fdf96..9f1d2a9a4 100644
--- a/src/shell.c
+++ b/src/shell.c
@@ -3516,7 +3516,7 @@ static void outputNormal(void){
}
#else
static void outputRed(void){
- printf("\033[1;31m");
+ printf("\033[1m");
}
static void outputNormal(void){
printf("\033[0m");