From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 38279 invoked by alias); 24 Jan 2020 07:38:02 -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 38271 invoked by uid 89); 24 Jan 2020 07:38:01 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=YES, next20200124, tidy-share, H*RU:209.85.221.65 X-HELO: mail-wr1-f65.google.com Received: from mail-wr1-f65.google.com (HELO mail-wr1-f65.google.com) (209.85.221.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 24 Jan 2020 07:38:00 +0000 Received: by mail-wr1-f65.google.com with SMTP id j42so726046wrj.12 for ; Thu, 23 Jan 2020 23:37:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :content-transfer-encoding; bh=qNqVjGFWAORYnRgGsveuV+vk8pMAzGn0rGG5pWFXaAk=; b=V5b1txktDHpnEOQlyVqihM4FV+dz0q6LE7xFi5gQfqq/Ry/5Z1SS5Cdy14EKrAKy8N rV3yaIUlL12sEI6eX8pF+EffgfgGf3T8kASpC5N3wjQaP9ddPSkZ8qjTDs3TNU7UKUyJ xFT8OvuHSik7ayK/Fs0F5K9klRka1eb+k4pSwGG+a1eq88Pwu6Fu9UGu7fadZecustxB 6QMDVrizjvFImmATnbPEyBPhUXzkFa++bIJB4mrQF8S58xn6IxvrasyrI05dyyLLW/xl DUHk/5iWD64nexBwt29GELFsEJEDw2uz3zaUORmKwxdc59orJFLQxK8JaqL7xrhY27Gu axTw== MIME-Version: 1.0 References: In-Reply-To: From: Eugene Klimov Date: Fri, 24 Jan 2020 07:38:00 -0000 Message-ID: Subject: Re: terminal control chars broken? To: cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2020-01/txt/msg00218.txt.bz2 Try following registry file ------------- Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Console] "VirtualTerminalLevel"=3Ddword:00000001 ------------- also switch to cygwin 3.0 instead of cygwin 3.1.2 could help =D0=BF=D1=82, 24 =D1=8F=D0=BD=D0=B2. 2020 =D0=B3. =D0=B2 12:15, Lee : > > New Windows 10 PC, new install of 64 bit cygwin, building tidy and the > make progress indicator is displayed on a new line each time. > > Since it is a new machine/setup it's probably something I'm missing/ > didn't install, but I have no idea what :( > > Any idea how to keep the progress indicator on the same line? > > mkdir /source > cd /source > mkdir tidy > cd tidy > git clone https://github.com/htacg/tidy-html5.git > cd tidy-html5/build/cmake > cmake ../.. -DCMAKE_BUILD_TYPE=3DRelease -DCMAKE_INSTALL_PREFIX=3D/usr/lo= cal \ > -DBUILD_SHARED_LIB:BOOL=3DYES \ > -DTIDY_RC_NUMBER=3Dnext.2020.01.24 > make > > and everything looks normal until it gets to > -- Build files have been written to: /source/tidy/tidy-html5/build/cmake > e > [ 1%] o > [ 3%] > [ 5%] o > [ 7%] > [ 8%] o > [ 10%] o > [ 12%] o > [ 14%] o > [ 16%] o > [= 17%] o > > [ 19%] o > > [ 21%] o > > [ 23%] o > > [ 25%] o > > [ 26%] > > [ 28%] o > > [ 30%] > [ 32%] o > [ 33%] o > [ 35%] o > [ 37%] > [ 39%] o > [ 41%] o > [ 42%] o > [ 44%] o > [ 46%]= o > > [ 48%] l > > [ 48%] Built target tidy-share > c > [ 50%] o > [ 51%] > [ 53%] o > [ 55%] o > [ 57%] o > [ 58%] o > [ 60%] > [ 62%] o > [ 64%] > [ = 66%] o > > [ 67%] o > > [ 69%] o > > [ 71%] > > [ 73%] o > > [ 75%] o > > [ 76%] o > > [ 78%] > [ 80%] o > [ 82%] > [ 83%] o > [ 85%] o > [ 87%] o > [ 89%] o > [ 91%] o > [ 92%] > [ 94%] o > > [ 96%] a > > [ 96%] Built target tidy-static > y > [ 98%] o > [100%] e > [100%] Built target tidy > n > l > l > 1 > [100%] Built target man > > -- > 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 > -- 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