X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:subject:to:references:from:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=H4cnIILlDKc1i4eR Rbw537TqObkQzSpS03zYTRC8SrpTpgnRlDOfyeuXXUFIdKTk2Fx5A/PsSFEoeuDe Wiipo4EMn+ndXF5lIEaRfeK+R0HsdvfDXs9ifA9pwvouut00Z7YBYtxeesMiKL2a eOitaj9MNTdQfgmNEwW7OCPkS10= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:subject:to:references:from:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=kBwbtnM3jHGhx3OzqMtAKD 50OfM=; b=oiNGXVZrwaIl5F4t9tapSSV7xQ5budK7aQrUpmZWvjdT/SUK35cI5e P40G33kJq+Lz5K+1JMDeE2PaEUVux4B5O6iKq3HmGm9c6Z7Pu7h43KrIK5UNvcTK qIMdklR9sgjvpWJ+dQVOcJ3vuiJieUeCHtY2p8kUZvgamJCMIf908= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy=H*Ad:D*edu, knowledgeable, H*M:e458 X-HELO: mailsrv.cs.umass.edu Reply-To: moss AT cs DOT umass DOT edu Subject: Re: Cygwin 3.0.7 on Windows 10: ANSI Escape Sequences not affecting color when run in Windows Terminal To: cygwin AT cygwin DOT com References: From: Eliot Moss Message-ID: <4c562448-e458-4ae5-14ce-493a38ae3bf3@cs.umass.edu> Date: Sat, 21 Sep 2019 13:41:33 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 9/21/2019 12:06 PM, connor horman wrote: > When using windows terminal, programs using the C Functions provided > by cygwin1.dll to print to stdout (such as printf, puts), do not > render the text color as would be appropriate when using an ANSI > Escape sequence, such as "\033[38;2;255;0;0m". The functionality has > been confirmed on native linux with glibc, as well as when displaying > to mintty.exe. Additionally, the issue does not occur with native > windows executables performing the same task, linked with msvcrt as > the C library implementation, both run through windows command line > programs such as cmd.exe and powershell, and cygwin bash. The issue > seems to be a disparity between the handling of these escape sequences > in cygwin1.dll and in Windows Terminal as is noted in the issue filed > at https://github.com/microsoft/terminal/issues/2837. Others are certainly more knowledgeable on this than I am, but since colors and such work fine through cygwin on an xterm, I think it has to do with the terminal, not that cygwin per se (i.e., not the dll). Regards - Eliot Moss -- 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