On Fri, Mar 6, 2020 at 1:43 PM Thomas Wolff wrote: > > With disable_pcon set: > > > > echo "$PATH" -- wraps correctly > > cmd /c echo %PATH% -- wraps correctly > > winpty cmd /c echo %PATH% -- wrapping broken > > > > Without disable_pcon set: > > > > echo "$PATH" -- wraps correctly > > cmd /c echo %PATH% -- wrapping broken > > winpty cmd /c echo %PATH% -- wrapping broken > > > > I would note that in both cases, winpty output is not correct. > > > > Does anyone have any ideas on how to fix it? > Note that winpty is obsolete under current cygwin, and the second cmd > case is the only issue. > As Takashi explained, there is no fix on the cygwin side. It could be > fixed on the Windows side, within the ConPTY API. > You could report it there...
Thanks - found this: https://github.com/microsoft/terminal Seems that this would already be a known issue. Looking through there to see if this is already logged... Bill -- 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