remove a non-UNIX problematic define in termcap.c
This commit is contained in:
@@ -1456,7 +1456,6 @@ term_start_bgcolor(int color)
|
|||||||
#define tcfmtstr24bit "\033[38;2;%u;%u;%um"
|
#define tcfmtstr24bit "\033[38;2;%u;%u;%um"
|
||||||
#define tcfmtstr256 "\033[38;5;%dm"
|
#define tcfmtstr256 "\033[38;5;%dm"
|
||||||
#else
|
#else
|
||||||
#define tcfmtstr "\033[38:2:%ld:%ld:%ldm"
|
|
||||||
#define tcfmtstr24bit "\033[38;2;%lu;%lu;%lum"
|
#define tcfmtstr24bit "\033[38;2;%lu;%lu;%lum"
|
||||||
#define tcfmtstr256 "\033[38:5:%ldm"
|
#define tcfmtstr256 "\033[38:5:%ldm"
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user