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:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; q=dns; s=default; b=FCHXeOQw2aZw1ItYFeWFjPCdibd4efVLbez34f7cHJZ L4Yabbc2E/Ki9WR/qDsmWRkFIicScOb0Qe3lvzBR7OvNmPRJonX52oA8xOZ3TtCF R4LKXIbOgHa5JWlgCLV5I6wTDPCDvcmZ0A3QmMCf9EjZhmc4OeQ4cCPXICvQC/XI = 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:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; s=default; bh=ajemrWmGVNvQI6dmC3PBzBTKXR0=; b=a7pwP+SKiIoBTJ0Jq cAJMriG5tHWr04tZcnSahR0/PkSg8kDaziRFZWUwOsxc94Tx8Qc+/gn9igmO/4n7 ohUgy1nmMYQCDAAO/xYC6GMzQ3DJVs2qDDm+UaMktjI9KTXtkINxqSwMMbQxI9ZT KI7mUI4d+LIto6x3az6rCJh8pc= 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=-6.7 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.1 spammy=screen, bright, black, HContent-Transfer-Encoding:8bit X-HELO: conssluserg-05.nifty.com DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-05.nifty.com xBJBQCI2008013 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.ne.jp; s=dec2015msa; t=1576754772; bh=z+tXKqnOgynTNcklbBwkDpxLtbCcmbuYa5KDRb3CxhE=; h=Date:From:To:Subject:In-Reply-To:References:From; b=cUDkgUnpOcSEuUEBuIm8jWOLt4LKfQdIRZCIGgRVm4dMtf7z1GPImpRewsCTo3sWM Z8yu2GQpEWIHakfayp1wExxDoUTissjHW2iIKBRbPoO7uKRWVE4XzAlcwnlP1pkQWj T0ZvrRy964oW9Vy4oGiFGyWLda5SgE7FlTbNCVkdCmdc59BB0UG30KGt6NG5l0Ya7T rkjhOZBH40WlzzTPPF0d5DDBnkYaXPHMHuA/R5E4rR6Ql+L7c4YSlPZ4OkbSGUh6NE hNYFVqP0XPehqyXozbldAO3wybQhrdAG7IYt78RSthrRmx7HjEJd7ELVAPgB7Br8hA fKYlEMIZXtKZw== Date: Thu, 19 Dec 2019 20:26:14 +0900 From: Takashi Yano To: cygwin AT cygwin DOT com Subject: Re: Bold typeface bug since cygwin-3.1.0 Message-Id: <20191219202614.71ecb04415ab2ddb82ab9aa9@nifty.ne.jp> In-Reply-To: <20191218090708.GI10310@calimero.vinschen.de> References: <3776b860-da8f-3197-1e2a-0ca4ce63323e AT gmail DOT com> <20191218090708 DOT GI10310 AT calimero DOT vinschen DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes On Wed, 18 Dec 2019 10:07:08 +0100 Corinna Vinschen wrote: > On Dec 17 10:07, Bruce Jerrick wrote: > > Problem: > > Since cygwin-3.1.0-0.7 (test) and now with cygwin-3.1.0-1, in mintty > > (mintty-3.1.0-1), text in bold typeface disappears after certain > > commands are executed. > > > > I have seen the problem under Windows 10 1903 and Windows 10 1903 > > Insider Previews, on x86_64 VMware virtual machines. > > It does not happen under Windows 8.1 .  I do not know about Windows 10 > > 1809; if it's really, really important I may be able to find out. > > It does not happen if I revert to cygwin-3.0.7 . > > This sounds like a small problem with the new pseudo console > integration. Takashi, care to have a look? I looked into this problem, however it seems difficult to fix it. On Tue, 17 Dec 2019 10:07:33 -0800 Bruce Jerrick wrote: > That causes the bold "BOLD" to disappear (replaced by whitespace). Actually, that is not whitespace, but white "BOLD" on white background. If you set background color to other color than white, you can see bright white "BOLD". When cygcheck or chkdsk is executed, screen is redrawn by pseudo console. In this process, "ESC[1mESC[97m" is sent before "BOLD". This is not controllable from cygwin1.dll. I usually use mintty with black background and light-gray forground, so I was not noticed this behaviour. -- 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