Skip to content

AttachXTermOptions

Defined in: src/drivers/tty/xterm.ts:56

optional index?: number

Defined in: src/drivers/tty/xterm.ts:58

Which line to use, so a page with more than one terminal can say which is which

0

optional input?: boolean

Defined in: src/drivers/tty/xterm.ts:64

Whether the tty takes what is typed into the terminal. Turn this off when something else is already reading the terminal.

true