Closed Sergix closed 6 years ago
This will involve getting rid of headless mode on Windows, right?
Since headless Windows doesn't use System.in
, there is no way to interface with it, short of adding a third mode. Which would nullify the advantages of routing IO through overridden System.in
and System.out
Well, no, I wouldn't want to get rid of headless mode on Windows... but doesn't that mean that none of the new code will work if the new functions rely on System.in? or am I misunderstanding?
Route the GUI input and output through the terminal-based functions in
InputHandler
.This Issue is only to track progress and commits, and is currently assigned to @lbenedetto.