oneonestar commented on issue #3446:
URL: https://github.com/apache/accumulo/issues/3446#issuecomment-1594193810

   
![image](https://github.com/trinodb/trino/assets/2330687/786a1c1e-3fa9-41f7-a853-e46d02b5b40a)
   
https://github.com/jline/jline3/blob/ccfb8c54fd9658b85a3d659f3abe85b8b4dcea83/terminal/src/main/java/org/jline/terminal/TerminalBuilder.java#L562
   
https://github.com/jline/jline3/blob/43c601471e53cca7532674867f826f830465126b/terminal/src/main/java/org/jline/terminal/TerminalBuilder.java#L448
   
https://github.com/jline/jline3/pull/788/files#diff-8f75c2bcaf44443b94e6a2a293331a90047529aabbc2d0e2bae5811ce22ad692L448
   Facing the same issue in another project.
   When both output and error are not tty, `console` becomes null. 
`OutputStream` will point to `FileDescriptor.err`.
   The default behavior in the previous version was `FileDescriptor.out`. I 
think they might have broken an existing capability.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to