Re: "cat" breaks ANSI codes on Windows Terminal when piping stdout to python or golang

2022-06-14 Thread Takashi Yano
On Wed, 15 Jun 2022 10:04:07 +0900 Takashi Yano wrote: > On Tue, 14 Jun 2022 21:56:39 + > 5990 wrote: > > I ran all commands on cmd from within Windows Terminal. Note that running > > cmd.exe directly, and running cmd from the Windows Terminal is not the > > same. cmd.exe does not support ANS

Re: "cat" breaks ANSI codes on Windows Terminal when piping stdout to python or golang

2022-06-14 Thread Takashi Yano
On Tue, 14 Jun 2022 21:56:39 + 5990 wrote: > I ran all commands on cmd from within Windows Terminal. Note that running > cmd.exe directly, and running cmd from the Windows Terminal is not the same. > cmd.exe does not support ANSI codes. My question was: What shell (command user interface) di

Re: "cat" breaks ANSI codes on Windows Terminal when piping stdout to python or golang

2022-06-14 Thread 5990 via Cygwin
Ignore my previous email; I forgot to enable plain text mode. I ran all commands on cmd from within Windows Terminal. Note that running cmd.exe directly, and running cmd from the Windows Terminal is not the same. cmd.exe does not support ANSI codes. Also, what do you mean you can't reproduce th

Re: "cat" breaks ANSI codes on Windows Terminal when piping stdout to python or golang

2022-06-14 Thread 5990 via Cygwin
I ran all commands on cmd from within Windows Terminal. Note that running cmd.exe directly, and running cmd from the Windows Terminal is not the same. cmd.exe does not support ANSI codes. Also, what do you mean you can't reproduce the issue? Was it because of insufficient information, or becaus

Re: update version on https://cygwin.com/ from 3.3.4 to 3.3.5?

2022-06-14 Thread Brian Inglis
On 2022-06-13 18:39, Stone, Timothy M wrote: Hello, I've recently installe3d the latest version of cygwin, 3.3.5, which is listed as the lastest on the mirrors and also in cygwin's announcements. Unfortunately, the main page still lists the lastest as 3.3.4: https://cygwin.com/ This is causi

Re: Wish list: Cygwin `mv` to move OneDrive files without downloading them

2022-06-14 Thread Adam Dinwoodie
On Tue, Jun 14, 2022 at 04:32:21PM +0100, Sam Edge wrote: > On 14/06/2022 12:25, Adam Dinwoodie wrote: > > Microsoft OneDrive has a "Files On-Demand" function, where it will > > synchronise file metadata to a local system, but won't actually download > > the file content until an application attemp

Re: Wish list: Cygwin `mv` to move OneDrive files without downloading them

2022-06-14 Thread Sam Edge
On 14/06/2022 12:25, Adam Dinwoodie wrote: > Microsoft OneDrive has a "Files On-Demand" function, where it will > synchronise file metadata to a local system, but won't actually download > the file content until an application attempts to read the content. > When moving a file within Cygwin using

test

2022-06-14 Thread maurizio .mau. codogno
it seems I cannot post to the list, I wonder why... ciao, .mau. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Wish list: Cygwin `mv` to move OneDrive files without downloading them

2022-06-14 Thread Adam Dinwoodie
Microsoft OneDrive has a "Files On-Demand" function, where it will synchronise file metadata to a local system, but won't actually download the file content until an application attempts to read the content. When moving a file within Cygwin using `mv`, the file always gets downloaded, which seems l

Netcdf error using Generic Mapping Tools

2022-06-14 Thread Carl Fredrik Forsberg via Cygwin
I have compiled Generic Mapping Tools (GMT; www.generic-mapping-tools.org) version 6.3.0 on Cygwin without any errors using the same workflow as for previous versions. Previous versions have worked fine. I now get the following errors from GMT when trying to access the accompanying gshhg databas

Re: "cat" breaks ANSI codes on Windows Terminal when piping stdout to python or golang

2022-06-14 Thread Takashi Yano
On Tue, 14 Jun 2022 08:01:45 + 5990 via Cygwin wrote: > ## Bug: > Piping the standard output of cat into the standard input of golang or > python, makes the Windows Terminal render ANSI codes as arrows. > > For example: > `\033[36m` turns into `←[36m` (or in base64'd UNICODE: `4oaQWzM2bQ==`)

Re: update version on https://cygwin.com/ from 3.3.4 to 3.3.5?

2022-06-14 Thread Corinna Vinschen
On Jun 14 00:39, Stone, Timothy M wrote: > > Hello, > > I've recently installe3d the latest version of cygwin, 3.3.5, which is listed > as the lastest on the mirrors and also in cygwin's announcements. > > Unfortunately, the main page still lists the lastest as 3.3.4: > https://cygwin.com/ > >

"cat" breaks ANSI codes on Windows Terminal when piping stdout to python or golang

2022-06-14 Thread 5990 via Cygwin
## Bug: Piping the standard output of cat into the standard input of golang or python, makes the Windows Terminal render ANSI codes as arrows. For example: `\033[36m` turns into `←[36m` (or in base64'd UNICODE: `4oaQWzM2bQ==`) ## Environment: - cat v8.26 - Windows Terminal v1.12.10982.0 - golang