Stabilize buffer and parser APIs

This commit is contained in:
Daniel Imms
2022-07-28 05:28:28 -07:00
parent fb3886a9ae
commit 1a5c881c7c
+2 -5
View File
@@ -649,9 +649,7 @@ declare module 'xterm' {
readonly cols: number;
/**
* (EXPERIMENTAL) The terminal's current buffer, this might be either the
* normal buffer or the alt buffer depending on what's running in the
* terminal.
* Access to the terminal's normal and alt buffer.
*/
readonly buffer: IBufferNamespace;
@@ -662,8 +660,7 @@ declare module 'xterm' {
readonly markers: ReadonlyArray<IMarker>;
/**
* (EXPERIMENTAL) Get the parser interface to register
* custom escape sequence handlers.
* Get the parser interface to register custom escape sequence handlers.
*/
readonly parser: IParser;