mirror of https://github.com/sbt/sbt.git
Issue #5974 reported that ctrl+d was not working as expected in the scala 2.13.{2,3} console. This was because we were throwing an exception whenever ctrl+d was read instead of allowing the jline line reader to handle it. I can't remember exactly why I added the throw here but I validated that both the sbt shell and the scala console had the expected behavior from the comments in #5974 after this change. |
||
|---|---|---|
| .. | ||
| util-collection | ||
| util-complete | ||
| util-control | ||
| util-interface/src/main/java/xsbti | ||
| util-logging | ||
| util-logic/src | ||
| util-position/src | ||
| util-relation/src | ||
| util-scripted/src/main | ||