diff --git a/win/tty/termcap.c b/win/tty/termcap.c index 4a1ed99a8..a7f38c957 100644 --- a/win/tty/termcap.c +++ b/win/tty/termcap.c @@ -1456,7 +1456,6 @@ term_start_bgcolor(int color) #define tcfmtstr24bit "\033[38;2;%u;%u;%um" #define tcfmtstr256 "\033[38;5;%dm" #else -#define tcfmtstr "\033[38:2:%ld:%ld:%ldm" #define tcfmtstr24bit "\033[38;2;%lu;%lu;%lum" #define tcfmtstr256 "\033[38:5:%ldm" #endif