X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=color.h;h=3cb4b7fc890880b0fcf19a11c6bc7de6b10d6e8d;hb=b659b49bb0ee8995ddc4730e1796866baccc39be;hp=7d8da6fe2207ae4adb7ab888edd57ab571665458;hpb=ad7ace714d353ef49045bc37c1363e8fc904792d;p=git.git diff --git a/color.h b/color.h index 7d8da6fe2..3cb4b7fc8 100644 --- a/color.h +++ b/color.h @@ -4,6 +4,11 @@ /* "\033[1;38;5;2xx;48;5;2xxm\0" is 23 bytes */ #define COLOR_MAXLEN 24 +/* + * IMPORTANT: Due to the way these color codes are emulated on Windows, + * write them only using printf(), fprintf(), and fputs(). In particular, + * do not use puts() or write(). + */ #define GIT_COLOR_NORMAL "" #define GIT_COLOR_RESET "\033[m" #define GIT_COLOR_BOLD "\033[1m"