Interface: IBufferNamespace

Represents the terminal’s set of buffers.

Hierarchy

  • IBufferNamespace

Index

Properties

Properties

Readonly active

active: IBuffer

Defined in xterm.d.ts:1531

The active buffer, this will either be the normal or alternate buffers.


Readonly alternate

alternate: IBuffer

Defined in xterm.d.ts:1542

The alternate buffer, this becomes the active buffer when an application enters this mode via DECSET (CSI ? 4 7 h)


Readonly normal

normal: IBuffer

Defined in xterm.d.ts:1536

The normal buffer.


onBufferChange

onBufferChange: IEventIBuffer

Defined in xterm.d.ts:1548

Adds an event listener for when the active buffer changes.

returns an IDisposable to stop listening.