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.

11 lines
327 B

  1. --- a/src/stderred.c
  2. +++ b/src/stderred.c
  3. @@ -55,7 +55,7 @@
  4. start_color_code = getenv("STDERRED_ESC_CODE");
  5. if (start_color_code == NULL) {
  6. - start_color_code = "\x1b[31m";
  7. + start_color_code = "\x1b[91m";
  8. }
  9. start_color_code_size = strlen(start_color_code);
  10. end_color_code_size = strlen(end_color_code);