Interface: IBufferNamespace

Represents the terminal’s set of buffers.

Hierarchy

  • IBufferNamespace

Index

Properties

Properties

Readonly active

active: IBuffer

Defined in xterm.d.ts:1573

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


Readonly alternate

alternate: IBuffer

Defined in xterm.d.ts:1584

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:1578

The normal buffer.


onBufferChange

onBufferChange: IEventIBuffer

Defined in xterm.d.ts:1590

Adds an event listener for when the active buffer changes.

returns an IDisposable to stop listening.