ANSI color support on windows
UsageYou can display ANSI color on windows without hacks
#include <stdio.h> #ifdef _WIN32 # include "ansicolor-w32.h" #endif int main(int argc, char* argv[]) { printf("\x1b[2J\x1b[1;1H\x1b[40mhello"); return 0; }
The library replaces the printf family functions with wrappers that recognize the ANSI escape code and render the input using the specified colors.
LicenseMIT
AuthorYasuhiro Matsumoto (a.k.a mattn)
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4