Interface: PtySpawnOptions
@termwright/driver/experimental
@termwright/driver/experimental / PtySpawnOptions
Interface: PtySpawnOptions
Section titled “Interface: PtySpawnOptions”Defined in: pty.ts:5
Options accepted by PtyBackend.spawn.
Properties
Section titled “Properties”columns
Section titled “columns”
readonlycolumns:number
Defined in: pty.ts:9
command
Section titled “command”
readonlycommand: readonlystring[]
Defined in: pty.ts:6
readonlyoptionalcwd?:string
Defined in: pty.ts:7
readonlyenv:Readonly<Record<string,string>>
Defined in: pty.ts:8
readonlyrows:number
Defined in: pty.ts:10
readonlyoptionalterm?:string
Defined in: pty.ts:12
$TERM for the child. Defaults to xterm-256color.