Skip to content

Commit a14bb3e

Browse files
committed
Add buffer back to ITerminal
1 parent cb28444 commit a14bb3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/browser/Types.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export interface ITerminal extends IPublicTerminal, ICoreTerminal {
1414
element: HTMLElement | undefined;
1515
screenElement: HTMLElement | undefined;
1616
browser: IBrowser;
17+
buffer: IBuffer;
1718
viewport: IViewport | undefined;
1819
// TODO: We should remove options once components adopt optionsService
1920
options: ITerminalOptions;

0 commit comments

Comments
 (0)