]> git.proxmox.com Git - mirror_xterm.js.git/blobdiff - src/Interfaces.ts
Add `buffers` to the `ITerminal`
[mirror_xterm.js.git] / src / Interfaces.ts
index 2dafd909ae6da8996dd0560c889af7de99a01ed2..b41a7d1a69be198a9aecc01d68e07ebee506e22d 100644 (file)
@@ -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