Skip to content

Interface: PtySpawnOptions

@termwright/driver/experimental


@termwright/driver/experimental / PtySpawnOptions

Defined in: pty.ts:5

Options accepted by PtyBackend.spawn.

readonly columns: number

Defined in: pty.ts:9


readonly command: readonly string[]

Defined in: pty.ts:6


readonly optional cwd?: string

Defined in: pty.ts:7


readonly env: Readonly<Record<string, string>>

Defined in: pty.ts:8


readonly rows: number

Defined in: pty.ts:10


readonly optional term?: string

Defined in: pty.ts:12

$TERM for the child. Defaults to xterm-256color.