Skip to content

winpty 0.1.1

Compare
Choose a tag to compare
@rprichard rprichard released this 08 Nov 05:10
· 449 commits to master since this release
Copy the Unix environment to the Win32 environment in the unix-adapter.

This should fix issue 5.

The copying appeared to be necessary only for Cygwin, not for MSYS.  I'm
not sure why this is.  I added a call to cygwin_internal(CW_SYNC_WINENV)
for both anyway, because I didn't think it would hurt.