PtyConnectors

Factory for local PTY-backed terminal connectors.

Functions

Link copied to clipboard
fun create(command: List<String>, env: Map<String, String> = System.getenv(), workingDirectory: Path? = null, columns: Int = 80, rows: Int = 24): TerminalConnector

Creates a connector for a new local PTY process.