Re: [Mingw-w64-public] [PATCH] include/wincon.h: Add new console mode flags.

2018-09-28 Thread Liu Hao
在 2018/9/28 19:26, JonY via Mingw-w64-public 写道: > On 09/27/2018 03:52 PM, Liu Hao wrote: >> 在 2018/9/27 23:33, Biswapriyo Nath 写道: >>> When I complie with mingw-w64 toolchain in msys2, gcc shows the console >>> modes are not present (for example ENABLE_VIRTUAL_TERMINAL_INPUT and >>> DISABLEFNEWLIN

Re: [Mingw-w64-public] [PATCH] include/wincon.h: Add new console mode flags.

2018-09-28 Thread JonY via Mingw-w64-public
On 09/27/2018 03:52 PM, Liu Hao wrote: > 在 2018/9/27 23:33, Biswapriyo Nath 写道: >> When I complie with mingw-w64 toolchain in msys2, gcc shows the console >> modes are not present (for example ENABLE_VIRTUAL_TERMINAL_INPUT and >> DISABLEFNEWLINE_AUTO_RETURN). >> > > The patch attached should suffi

[Mingw-w64-public] [PATCH] include/wincon.h: Add new console mode flags.

2018-09-27 Thread Liu Hao
在 2018/9/27 23:33, Biswapriyo Nath 写道: > When I complie with mingw-w64 toolchain in msys2, gcc shows the console > modes are not present (for example ENABLE_VIRTUAL_TERMINAL_INPUT and > DISABLEFNEWLINE_AUTO_RETURN). > The patch attached should suffice. -- Best regards, LH_Mouse From 6514be5c25