mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Add buffers to the ITerminal
This commit is contained in:
committed by
Paris Kasidiaris
parent
de82bd00ae
commit
4effe1f1d9
@@ -33,6 +33,7 @@ export interface ITerminal {
|
||||
cursorState: number;
|
||||
defAttr: number;
|
||||
scrollback: number;
|
||||
buffers: any; // This should be a `BufferSet` class, but it would result in circular dependency
|
||||
buffer: any; // This should be a `Buffer` class, but it would result in circular dependency
|
||||
viewport: any; // This should be a `Viewport` class, but it would result in circular dependency
|
||||
|
||||
|
||||
Reference in New Issue
Block a user