Long lines output by a native process in the PTY have new lines at the wrap point in the terminal

2020-06-29 Thread Andrew Ng via Cygwin
Hi, If you run a native process in bash using mintty that outputs lines longer than the width of the terminal, these lines become "split" with a new line at the wrap point. This can make copying the output somewhat tricky, especially if the output is a command line you want to copy, paste and

Re: Repeated input in PTY with SSH when a native process runs a Cygwin process that consumes input

2020-05-31 Thread Andrew Ng via Cygwin
Hi Takashi, > The developers snapshot, in which the issue has been fixed, > is ready. Could you please test? Thanks for the fast response. I have tested the snapshot and can confirm that it fixes the issue. I have also applied the same fix to MSYS2 and confirmed the issue is fixed there too. I

Repeated input in PTY with SSH when a native process runs a Cygwin process that consumes input

2020-05-30 Thread Andrew Ng via Cygwin
Hi, There appears to be an issue with repeated input in PTY (with pcon enabled) when using SSH. If I run MinGW git from the bash shell via ssh, and git then executes Cygwin less, e.g. for git log, then any input to less is repeated as input after git exits. So typically, you will end up with some