public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* terminal control chars broken?
@ 2020-01-24  7:15 Lee
  2020-01-24  7:38 ` Eugene Klimov
  0 siblings, 1 reply; 3+ messages in thread
From: Lee @ 2020-01-24  7:15 UTC (permalink / raw)
  To: cygwin

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: terminal control chars broken?
  2020-01-24  7:15 terminal control chars broken? Lee
@ 2020-01-24  7:38 ` Eugene Klimov
  2020-01-24  7:54   ` Lee
  0 siblings, 1 reply; 3+ messages in thread
From: Eugene Klimov @ 2020-01-24  7:38 UTC (permalink / raw)
  To: cygwin

Try following registry file
-------------
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Console]
"VirtualTerminalLevel"=dword:00000001
-------------

also switch to cygwin 3.0 instead of cygwin 3.1.2 could help

пт, 24 янв. 2020 г. в 12:15, Lee <ler762@gmail.com>:
>
> 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
>

--
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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: terminal control chars broken?
  2020-01-24  7:38 ` Eugene Klimov
@ 2020-01-24  7:54   ` Lee
  0 siblings, 0 replies; 3+ messages in thread
From: Lee @ 2020-01-24  7:54 UTC (permalink / raw)
  To: cygwin

On 1/24/20, Eugene Klimov wrote:
> Try following registry file
> -------------
> Windows Registry Editor Version 5.00
>
> [HKEY_CURRENT_USER\Console]
> "VirtualTerminalLevel"=dword:00000001
> -------------

Thank you!  That looks much better :)

> also switch to cygwin 3.0 instead of cygwin 3.1.2 could help

My old machine is still on 3.0.7, so I guess that explains why I
haven't run into this before

Regards
Lee

>
> пт, 24 янв. 2020 г. в 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=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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-01-24  7:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-24  7:15 terminal control chars broken? Lee
2020-01-24  7:38 ` Eugene Klimov
2020-01-24  7:54   ` Lee

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).