Sergix / JTerm

A terminal written in Java for cross-platform compatibility and usage.
https://sergix.github.io/projects/jterm
GNU General Public License v3.0
52 stars 32 forks source link

Input Routing #80

Closed Sergix closed 6 years ago

Sergix commented 7 years ago

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.

lbenedetto commented 7 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

Sergix commented 7 years ago

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?

Sergix commented 6 years ago

85.