Method
IdePipelineattach_pty
since: 3.32
Description
Attaches a PTY to stdin/stdout/stderr of the IdeSubprocessLauncher
.
This is useful if the application can take advantage of a PTY for
features like colors and other escape sequences.
Available since: 3.32
Parameters
launcher
-
Type:
IdeSubprocessLauncher
An
IdeSubprocessLauncher
.The data is owned by the caller of the function.