-
Bug
-
Resolution: Done
-
Critical
-
None
-
None
-
None
Nominal usage of aesh (identical to Example).
- I am creating a ReadlineConsole.
- Starting it.
- Send exit command at some point.
- The console exists start.
After this point, System.out.prinln doesn't print anything. For example add a ShutdownHook to examples.Example that simply display a String. The string is not displayed.
I narrowed down to the terminal.close operation that doesn't restore the System stream correctly.