2019-03-27 19:10:18 +01:00
|
|
|
What's new:
|
|
|
|
-----------
|
|
|
|
|
2019-03-31 19:36:23 +02:00
|
|
|
- Add 24 bit color support using xterm compatibility mode in Windows 10
|
|
|
|
1703 or later. Add fake 24 bit color support for legacy console,
|
|
|
|
which uses the nearest color from 16 system colors.
|
|
|
|
|
2019-03-27 19:10:18 +01:00
|
|
|
|
|
|
|
What changed:
|
|
|
|
-------------
|
|
|
|
|
|
|
|
- FIFOs can now be opened multiple times for writing.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2015-03/msg00047.html
|
|
|
|
https://cygwin.com/ml/cygwin/2015-12/msg00311.html
|
|
|
|
|
|
|
|
|
|
|
|
Bug Fixes
|
|
|
|
---------
|
2019-03-31 19:36:23 +02:00
|
|
|
|
|
|
|
- Fix select() on console in canonical mode. Return after one line is
|
|
|
|
completed, instead of when only one key is typed.
|
|
|
|
|
|
|
|
- Make console I/O functions thread-safe.
|