Useful CLI tools (bash) for Arch Linux administration
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- a/src/stderred.c
|
|
+++ b/src/stderred.c
|
|
@@ -55,7 +55,7 @@
|
|
|
|
start_color_code = getenv("STDERRED_ESC_CODE");
|
|
if (start_color_code == NULL) {
|
|
- start_color_code = "\x1b[31m";
|
|
+ start_color_code = "\x1b[91m";
|
|
}
|
|
start_color_code_size = strlen(start_color_code);
|
|
end_color_code_size = strlen(end_color_code);
|