Skip to content

Commit

Permalink
Add buffers to the ITerminal
Browse files Browse the repository at this point in the history
  • Loading branch information
parisk committed Jun 30, 2017
1 parent 973038c commit 8dd4884
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,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

Expand Down

0 comments on commit 8dd4884

Please sign in to comment.