[Mingw-w64-public] when will new console mode flags be available?

2021-01-12 Thread Clinton Reddekop
Hello, I have mingw-w64 compiler tools version 8.1.0, downloaded here: https://sourceforge.net/projects/mingw-w64/files/Toolchains targetting Win32/Personal Builds/mingw-builds/installer/mingw-w64-install.exe/download I would like to use the flags ENABLE_VIRTUAL_TERMINAL_PROCESSING and ENABLE_VIR

Re: [Mingw-w64-public] naming convention of mingw-w64 and compile Windows binary on MacOS

2021-01-10 Thread Clinton Reddekop
Hi Peng, I've also noticed that some options for gcc are not listed in the output of --help. I generally look here for help: https://gcc.gnu.org/onlinedocs/gcc/Option-Summary.html and then I just try the option I want and see if the compiler accepts it. Some work, some don't. I have not found a

[Mingw-w64-public] Using ncurses

2020-12-15 Thread Clinton Reddekop
Hello, What is the correct way to use ncurses in my programs compiled with mingw-w64? I use this version of the compiler on Windows 10: gcc (x86_64-posix-seh-rev0, Built by MinGW-W64 project) 8.1.0 The compiler came with some ncurses stuff but I don't know if that's meant to be used, because the