You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, on Windows, target stdin: does not work on msys2/cygwin command line windows. An exception is generated by the call SetConsoleMode(...) at line 407 of dashel-win32.cpp. The cause is similar to the one in this post. It would be nice to have stdin: working with these windows as well.
The text was updated successfully, but these errors were encountered:
Currently, on Windows, target
stdin:
does not work on msys2/cygwin command line windows. An exception is generated by the callSetConsoleMode(...)
at line 407 ofdashel-win32.cpp
. The cause is similar to the one in this post. It would be nice to havestdin:
working with these windows as well.The text was updated successfully, but these errors were encountered: