From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 121203 invoked by alias); 22 Aug 2019 10:42:48 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 121196 invoked by uid 89); 22 Aug 2019 10:42:48 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.7 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.1 spammy=HX-Languages-Length:823, H*F:D*ne.jp X-HELO: conssluserg-03.nifty.com Received: from conssluserg-03.nifty.com (HELO conssluserg-03.nifty.com) (210.131.2.82) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 22 Aug 2019 10:42:46 +0000 Received: from Express5800-S70 (ntsitm268057.sitm.nt.ngn.ppp.infoweb.ne.jp [125.1.110.57]) (authenticated) by conssluserg-03.nifty.com with ESMTP id x7MAggN6019038 for ; Thu, 22 Aug 2019 19:42:42 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-03.nifty.com x7MAggN6019038 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.ne.jp; s=dec2015msa; t=1566470562; bh=ehhPx9JCaxFZJkyYnLLBxRmtoPYn5sZ/w28RvXchNC4=; h=Date:From:To:Subject:In-Reply-To:References:From; b=pNPFBQsod++bnnED8c9vBdGeBN7Pqqb055SjMZ3Wm+zNQmjTxWNkQAAKAU7I8PaTx romYkHtgFWsfnTbtoSp7/uGhiGGJG85vyYvBYTtkOUc/VcfOr18AiceJ/yZ/NU47jH FPA40ezR6kTD+dcnAR6c0xpfmhop0KUTTZ1HSERkSfvo+NZupUpL3zuqoIBlcieIjp TDGppA7dGLuQIUF8ciP44Z6tdZuH4d1+prQSpvm7uljI+ftY2PGCh5Usigkr0q6e3N 0BC8BfN4EuUkTV+O/owpTNE5qwoX+RgSlaxbxu63bB91+YXghMiVYtI/No2fl/2cA+ Rb19YERbdBNNQ== Date: Thu, 22 Aug 2019 11:46:00 -0000 From: Takashi Yano To: cygwin@cygwin.com Subject: Re: TEST: Cygwin 3.1.0-0.2 Message-Id: <20190822194251.d7c6de37c15e9a716e3d1ee3@nifty.ne.jp> In-Reply-To: <5D5DA13A.4040904@tlinx.org> References: <5D5DA13A.4040904@tlinx.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-08/txt/msg00305.txt.bz2 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 -- 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