]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ansi-color: convert one more ANSI sequence from ";" to ":" separators
authorLennart Poettering <lennart@poettering.net>
Fri, 16 Jan 2026 21:29:04 +0000 (22:29 +0100)
committerLennart Poettering <lennart@poettering.net>
Sat, 17 Jan 2026 11:07:05 +0000 (12:07 +0100)
This is a follow-up for 6eabe9f2ff48c1b6924724d5afe64e7b661ccdbf where
one sequence was forgotten.

src/basic/ansi-color.h

index d8620c0f5252015c0f3085ba64d1c9430e036d0a..c9348cad257deec48b7f930d7ffcd053ea190aa8 100644 (file)
@@ -49,7 +49,7 @@ bool looks_like_ansi_color_code(const char *str);
 #define ANSI_BRIGHT_CYAN    "\x1B[0;96m"
 #define ANSI_BRIGHT_WHITE   "\x1B[0;97m"
 
-#define ANSI_GREY    "\x1B[0;38;5;245m"
+#define ANSI_GREY    "\x1B[0;38:5:245m"
 
 /* Bold/highlighted */
 #define ANSI_HIGHLIGHT_BLACK    "\x1B[0;1;30m"