On Wed, 21 Aug 2019 12:53:30 -0700 L A Walsh wrote: > On 2019/08/19 03:39, Corinna Vinschen wrote: > > - 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. > > > ??? Why would xterm need Win10 for 24bit color? I'm slightly confused -- > is it only the non-X version that had this limitation?
To tell the truth, git log says: commit bd627864ab4189984cdb0892c00f91e39c4e8243 Cygwin: console: support 24 bit color This feature is for console, that is, command prompt. Command prompt in Win10 1703 has xterm compatible mode, which is enabled by passing ENABLE_VIRTUAL_TERMINAL_PROCESSING to SetConsoleMode(). -- Takashi Yano <takashi.y...@nifty.ne.jp> -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple