| delorie.com/archives/browse.cgi | search |
| 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:from:date:message-id:subject:to | |
| :content-type; q=dns; s=default; b=QmVEvmM9aJOBAoqNXqqUFmtyFLJEL | |
| oju0cKpzQInegKclL4mwhJXw7f5k+16Fxt8brdvF6mayYel6Ewp2PKUIUOQl5Z7i | |
| uUfIsoDW7kHOuwaZKu8TC7zmBzyQYF33zRVzS6+N9cJJeqLd5ipMSPQk9QQ/TUqa | |
| h56q3KicOBqLm4= | |
| 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:from:date:message-id:subject:to | |
| :content-type; s=default; bh=sNSbIh8/UN6iJLUOvtcdVRoV3Qk=; b=OcE | |
| ymVQVCfDoXgzJvt72qIIG1k1lRBXNkz6p4v/gP1s+Zr01BooIYuPQEM/wxd6S6Yo | |
| PgZmYUUDANWt4Y78HzmhMj3nEGWCfFTSxNToiaiMIiyESzINFBagihDWZpFCWh9H | |
| gG8JQrpyeJirlT4lCNeDRM4R+as3DTqkNIPN0T2c= | |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| 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.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.1 spammy=YES, HX-Received:59c2, H*r:2002 |
| X-HELO: | mail-qv1-f66.google.com |
| DKIM-Signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=xADysL8CzvxMIj6qb+TWjDzNRcvLAfEFWMSt8Um4YW4=; b=LHIYNDu9UxwdMLv1MJit33q4t5xub3UE0Z8X+38vN4S0s/nkzb1vgiqTkmektuSpXa /ZCAQ2nVSryOKW5PWuvjFaCOhl9rnD0Xfi5ZgWXJIdCpMo4VWQ5ea/zhjFsPKTKk4qPO t2LHdjmqTD8Kv/zELB0HLUVBViYFIQLfveHiK+KjrD5h8VWtvaKYdmBZbXhONeXpnATV 7hvdKUCvQ3IjsBWr7yQoNBQo7YCq7J84hn4uzOnD5o4Rq4t83EU22zxwu5WFdZiyuuNT 8O0jHeM3Ee1+KjvfNw8ASmT2wUWJuAa96Cgbr91SKa1t1S8G1MB3HzLtZoZaOsjHFhko H26A== |
| MIME-Version: | 1.0 |
| From: | Lee <ler762 AT gmail DOT com> |
| Date: | Fri, 24 Jan 2020 02:15:07 -0500 |
| Message-ID: | <CAD8GWsuy8aHFkyPcDTQDjqLAZ8ef1ch1MG938tZ8uP_x6P_n=Q@mail.gmail.com> |
| Subject: | terminal control chars broken? |
| To: | cygwin AT cygwin DOT com |
| X-IsSubscribed: | yes |
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=Release -DCMAKE_INSTALL_PREFIX=/usr/local \
-DBUILD_SHARED_LIB:BOOL=YES \
-DTIDY_RC_NUMBER=next.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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |