Method

IdePipelineattach_pty

Declaration

void
ide_pipeline_attach_pty (
  IdePipeline* self,
  IdeSubprocessLauncher* launcher
)

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.

Parameters

launcher

Type: IdeSubprocessLauncher

An IdeSubprocessLauncher.

The data is owned by the caller of the method.