From 13a5d978f9f6957652a12ee3a90d13634feb83f8 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 22 May 2023 14:13:22 -0400 Subject: [PATCH] remove a non-UNIX problematic define in termcap.c --- win/tty/termcap.c | 1 - 1 file changed, 1 deletion(-) 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