xterm-addon-serialize
Advanced tools
Comparing version 0.3.0-beta.1 to 0.3.0-beta.2
@@ -14,3 +14,3 @@ /** | ||
class TestTerminal extends Terminal { | ||
writeSync(data: string): void { | ||
public writeSync(data: string): void { | ||
(this as any)._core.writeSync(data); | ||
@@ -17,0 +17,0 @@ } |
@@ -445,3 +445,3 @@ "use strict"; | ||
this._instantiationService.setService(Services_2.IRenderService, this._renderService); | ||
this._renderService.onRender(e => this._onRender.fire(e)); | ||
this._renderService.onRenderedBufferChange(e => this._onRender.fire(e)); | ||
this.onResize(e => this._renderService.resize(e.cols, e.rows)); | ||
@@ -448,0 +448,0 @@ this._soundService = this._instantiationService.createInstance(SoundService_1.SoundService); |
{ | ||
"name": "xterm-addon-serialize", | ||
"version": "0.3.0-beta.1", | ||
"version": "0.3.0-beta.2", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "The xterm.js authors", |
@@ -18,3 +18,3 @@ /** | ||
serialize(startRow: number, endRow: number): string { | ||
public serialize(startRow: number, endRow: number): string { | ||
// we need two of them to flip between old and new cell | ||
@@ -21,0 +21,0 @@ const cell1 = this._buffer.getNullCell(); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
280690