Add buffer back to ITerminal

This commit is contained in:
Daniel Imms
2021-07-22 14:45:39 -07:00
parent cb284447c8
commit a14bb3ead3
+1
View File
@@ -14,6 +14,7 @@ export interface ITerminal extends IPublicTerminal, ICoreTerminal {
element: HTMLElement | undefined;
screenElement: HTMLElement | undefined;
browser: IBrowser;
buffer: IBuffer;
viewport: IViewport | undefined;
// TODO: We should remove options once components adopt optionsService
options: ITerminalOptions;