sbt/run
Eugene Yokota 7b2b7d696b Don't wrap InputStream for Windows
Ref #3282

We used to wrap InputStream so it will inject Thread.sleep, which then allows the thread to be cancelled, emulating a non-blocking readLine. This trick doesn't seem to work for Windows.
For non-Cygwin, actually just removing the wrapping does the job, but I couldn't get it to work for Cygwin.

To test, run some command via network, and then type `show name` into the terminal. On Cygwin, it will not respond.
2017-07-22 03:34:10 -04:00
..
src Don't wrap InputStream for Windows 2017-07-22 03:34:10 -04:00
NOTICE move remaining pieces of sbt subproject to sbt_pending and fix notices 2010-09-21 21:55:50 -04:00