The scala console in the doodle process is killed if the x-windows app is quit completely.
Steps to repro on mac:
./sbt.sh
console
- create some image by doing
Circle(10).draw
- quit the x-windows process that pops up with the image
result is that the whole process is killed
The scala console in the doodle process is killed if the x-windows app is quit completely.
Steps to repro on mac:
./sbt.shconsoleCircle(10).drawresult is that the whole process is killed