Skip to content

@jsvision/core / ResizeEvent

Interface: ResizeEvent

Defined in: host/types.ts:15

A terminal resize, delivered via SIGWINCH (POSIX) or a stdout 'resize' event (Windows).

Properties

columns

readonly columns: number

Defined in: host/types.ts:18

New terminal width in columns.


rows

readonly rows: number

Defined in: host/types.ts:20

New terminal height in rows.


type

readonly type: "resize"

Defined in: host/types.ts:16