You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if terminal is set, but is not "tty" (ie. is dumb),
AnsiConsole will grab the process stdout/stderr instead to obey
the set terminal output.
Fixesjline#1160
* bug: Obey terminal if set
Currently, if terminal is set, but is not "tty" (ie. is dumb),
AnsiConsole will grab the process stdout/stderr instead to obey
the set terminal output.
Fixes#1160
In Maven4, we create Terminal (dumb) and install AnsibleConsole (with
AnsiConsole.setTerminal(terminal)
and thenAnsiConsole.systemInstall()
).This causes that AnsibleConsole (due dumb terminal, isatty=false) always grab
FileDescriptor.out
instead of (potentially) redirectedSystem.out
.The text was updated successfully, but these errors were encountered: