Comparing version 3.13.0-beta6 to 3.13.0-beta7
{ | ||
"name": "xterm", | ||
"description": "Full xterm terminal, in your browser", | ||
"version": "3.13.0-beta6", | ||
"version": "3.13.0-beta7", | ||
"main": "lib/public/Terminal.js", | ||
@@ -6,0 +6,0 @@ "types": "typings/xterm.d.ts", |
@@ -33,3 +33,3 @@ /** | ||
public get cols(): number { return this._core.cols; } | ||
public get markers(): IMarker[] { return this._core.markers; } | ||
public get markers(): ReadonlyArray<IMarker> { return this._core.markers; } | ||
public blur(): void { | ||
@@ -36,0 +36,0 @@ this._core.blur(); |
@@ -362,3 +362,3 @@ /** | ||
*/ | ||
readonly markers: IMarker[]; | ||
readonly markers: ReadonlyArray<IMarker>; | ||
@@ -365,0 +365,0 @@ /** |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2557956