Interface: TerminalStateSnapshot
@termwright/driver / TerminalStateSnapshot
Interface: TerminalStateSnapshot
Section titled “Interface: TerminalStateSnapshot”Defined in: driver/src/api.ts:350
One authoritative snapshot of terminal-emulator state.
Properties
Section titled “Properties”bellCount
Section titled “bellCount”
readonlybellCount:number
Defined in: driver/src/api.ts:356
buffer
Section titled “buffer”
readonlybuffer:"normal"|"alternate"
Defined in: driver/src/api.ts:353
cursor
Section titled “cursor”
readonlycursor:CursorInfo
Defined in: driver/src/api.ts:355
dimensions
Section titled “dimensions”
readonlydimensions:object
Defined in: driver/src/api.ts:352
columns
Section titled “columns”
readonlycolumns:number
readonlyrows:number
readonlymodes:TerminalModes
Defined in: driver/src/api.ts:357
screenRevision
Section titled “screenRevision”
readonlyscreenRevision:number
Defined in: driver/src/api.ts:351
readonlytitle:string
Defined in: driver/src/api.ts:354