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:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; q=dns; s=default; b=V7Tfch2 CDYo1vQ+BotkyKxVq3msMBnHtw8OKNIBLpwtFxDhqwd8MTGh9W+HuC8Th97RLjuA j5MfHFLPmhcLEnIljyhsp1Z+ROWH8YcTpTLwJr5uzjG2+2FVnnpMFq5fgBArzfui jYmbwlVHlrhUNSmP11nNgIjso096coc/agGM= 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:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; s=default; bh=PMMsEY85OidUJ kOf5aTE5Bvsjlc=; b=szr+t71QXBI5gNgZPe7zFUfY3oCsaPSNYuHS+jiKhABaM 9O5DzvU9163c5rTrjdr1xmXHBDtbkynNzQMrk16klJafxXa1Lo+wvO2YzgQwoFQv TXyGivZPgSINZ3/WuJ3Cjk+NNx37Orz2SQ1ykQspCadaDKhhxGtV+wJNEGQ5o4= 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=-3.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mail-qv1-f68.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=T5GT+KvaKMfJuwxdA8llhq+K63soe0fyJBJk8iMmFcg=; b=AmG1AEkppaqa+X4sSE1sTCic2NHNgXqXIz9mU6hyPHyZhvUyxIDluuOvhYz/9pW9mH TeYkzHtkTaYA3jgB9NUxgfOkCOsvxkJ3gw3LpkD2Ra7UvMLrv7XurqBnrNlIoisBTnau RPakrWYwSSYmCP+QvjNAQgtUei8el3pr3J7yEfMnfICUfaBfZjUp1tI59Rkc4dh1coJv RVxOdvPYkF8ffQUwbh1dswbHJypI5cqep2xxj6sMnVY+Tb/nc4GkSMkmjg5sHbj4Wxkq mqG2sMk9mFIP715MHbsA/n1mrwsJlFPuk34VHylzutG+MiwZ3Z82pCfgENuUnauYH3D/ PMTw== MIME-Version: 1.0 In-Reply-To: <0cc4ea70-e1b3-ddb6-419c-82808c1e7f9a@SystematicSw.ab.ca> References: <817yBTNxU4176Set DOT 1582206646 AT web03 DOT cms DOT usa DOT net> <1613327751 DOT 20200220213642 AT yandex DOT ru> <20200221092029 DOT da2c51cec466dc8339ee0906 AT nifty DOT ne DOT jp> <7c3ebfda-6f7f-a22d-cdef-bdba946bbec8 AT SystematicSw DOT ab DOT ca> <20200221102722 DOT f7832096e9461b5d5dc8e7c4 AT nifty DOT ne DOT jp> <0cc4ea70-e1b3-ddb6-419c-82808c1e7f9a AT SystematicSw DOT ab DOT ca> From: Lee Date: Thu, 20 Feb 2020 21:00:29 -0500 Message-ID: Subject: Re: Is Cygwin 3.1.X Stable Enough to Use? To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes On 2/20/20, Brian Inglis wrote: > On 2020-02-20 18:27, Takashi Yano wrote: >> On Thu, 20 Feb 2020 18:15:59 -0700 >> Brian Inglis wrote: >>> On 2020-02-20 17:20, Takashi Yano wrote: >>>> On Thu, 20 Feb 2020 16:28:26 -0500 >>>> Lee wrote: >>>>> For whatever it's worth, the only problem I've noticed with 3.1.4 was >>>>> ansi control character handling and that was fixed by importing this >>>>> bit into the registry: >>>>> >>>>> ------------- >>>>> Windows Registry Editor Version 5.00 >>>>> >>>>> [HKEY_CURRENT_USER\Console] >>>>> "VirtualTerminalLevel"=dword:00000001 >>>>> ------------- >>>> >>>> In what situation is registry modification obove necessary? >>> >>> Enables Console Host Virtual Terminal ANSI Escape Sequence Support; see: >>> https://docs.microsoft.com/en-us/windows/console/console-virtual-terminal-sequences >>> https://docs.microsoft.com/en-us/windows/console/setconsolemode >>> https://blogs.msdn.microsoft.com/commandline/2017/06/20/understanding-windows-console-host-settings/ >>> https://devblogs.microsoft.com/commandline/new-experimental-console-features/ >>> https://devblogs.microsoft.com/commandline/24-bit-color-in-the-windows-console/ >>> https://devblogs.microsoft.com/commandline/windows-command-line-unicode-and-utf-8-output-text-buffer/ >>> https://devblogs.microsoft.com/commandline/windows-command-line-introducing-the-windows-pseudo-console-conpty/ >>> https://devblogs.microsoft.com/commandline/windows-command-line-inside-the-windows-console/ >>> https://devblogs.microsoft.com/commandline/windows-command-line-the-evolution-of-the-windows-command-line/ >>> https://devblogs.microsoft.com/commandline/windows-command-line-backgrounder/ >>> https://github.com/MicrosoftDocs/Console-Docs >>> https://github.com/microsoft/terminal >> >> I mean what is the problem which need this in cygwin. > > Windows programs which emit (or use?) console ANSI escape sequences run from > cmd This was from a mintty console(?) session. There shouldn't have been any windows programs involved. Regards, Lee -- 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