Details
Description
The problem seems to be in the current jline impl.
WindowsTerminal.isSystemIn should return true but returns false.
It tests if the in parameter is System.in but it is Console$ConsoleInputStream
The problem seems to be in the current jline impl.
WindowsTerminal.isSystemIn should return true but returns false.
It tests if the in parameter is System.in but it is Console$ConsoleInputStream