This commit is contained in:
Daniel Imms
2022-07-11 05:56:42 -07:00
parent 71195b5370
commit f61ff9fd46
+1 -1
View File
@@ -217,7 +217,7 @@ export interface ITerminalOptions {
cols: number;
convertEol: boolean;
cursorBlink: boolean;
cursorStyle: CursorStyle,
cursorStyle: CursorStyle;
cursorWidth: number;
customGlyphs: boolean;
disableStdin: boolean;