We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reference: https://sourceforge.net/p/grief/tickets/17/
maxcolors=16 limit is applicable when running in 256-color emulation mode; checks reordered.
if (GetModuleHandleA("ConEmuHk.dll") || GetModuleHandleA("ConEmuHk64.dll")) { printf("Running under ConEmu, disabling 256 support\n"); vio.maxcolors = 16; }
The text was updated successfully, but these errors were encountered:
#39
79db4ab
Build 25 (#48)
93d30da
* Update gr-inno-setup.iss publish macsrc * app manifest * web reference * uname window 11 * rm defunct function * 2023 * msvc 19.34 * actions/checkout@v3 node.js upgrade * actions/upload-artifact@v3 node.js upgrade * mingw * #29 * #33 * libz 1.2.13 * #27 * relpath operation * typo * unicode title save/restore * formatting * disable libicu * 2023/merge * libappupdater latest * mingw * mingw/libw32 upgrades * duktape 2.7.0 * cachealignment * BUILD_TOOLNAME * merge * 2024 * libw32 merge * update * merge * merge * WINNT tweaks * optreset linkage * WINVER * latest * x64 detection * _M_X64 checks * WINNT * owc tweaks * owc tweaks * ignored * Unicode issue * ignore * Source snapshot (non-win32) * snapshot source directory * snapshot working directory * snapshot, exclude git * tgz.zip * package name * packaging * 2024 * objtree * checkoutv4 * libappupdater, owc updates * snapshot * exclude-vcs * 2024 * printable check * 2024 * quickstart documentation * updated * quickstart * quickstart * configure/make upgrades * configure/make upgrades * latest * #41 * #39 * #38 * autoconf curl.h * ignore's * 3.2.3 * msvc160+ * #44 * #41 * #36 and #28 * #46 * api changes * Makefile/configure * contrib * openssl * mingw * OPENSSL * cleanup * cleanup * ucs 15.1.0 * Update README.md * README * Coloriser 256 improvements * Update README.md * Update README.md center images * #49, apply eat_newline_glitch unconditionally * license * warning * 2024 * doc updates * byacc * byacc * byacc * dependency * documentation * owc issues * cleanup * documentation * build system * documentation * remove legacy components * documentation * remove legacy components * macos builds * macos builds * libguess-1.2 * default to ncursesw * standardised name * cleanup * configure * warnings * configure * configure * doc/packaging * libiconv/citrus merge * libiconv/citrus merge * libiconv/citrus merge * libiconv/citrus merge * libteken merge * cr syntax * msvc1940
No branches or pull requests
Reference: https://sourceforge.net/p/grief/tickets/17/
maxcolors=16 limit is applicable when running in 256-color emulation mode; checks reordered.
The text was updated successfully, but these errors were encountered: