@xterm/xterm
Advanced tools
+2
-2
| { | ||
| "name": "@xterm/xterm", | ||
| "description": "Full xterm terminal, in your browser", | ||
| "version": "6.1.0-beta.282", | ||
| "version": "6.1.0-beta.283", | ||
| "main": "lib/xterm.js", | ||
@@ -122,3 +122,3 @@ "module": "lib/xterm.mjs", | ||
| }, | ||
| "commit": "3d929a1db0e01f94b3bd1c4f02d538ac5ea454ae" | ||
| "commit": "c8f11d63b5f8b01f4bccbbf4d9bd25ef19e0dfad" | ||
| } |
@@ -1075,6 +1075,2 @@ /** | ||
| public clear(): void { | ||
| if (this.buffer.ybase === 0 && this.buffer.y === 0) { | ||
| // Don't clear if it's already clear | ||
| return; | ||
| } | ||
| this.buffer.clearAllMarkers(); | ||
@@ -1081,0 +1077,0 @@ this.buffer.lines.set(0, this.buffer.lines.get(this.buffer.ybase + this.buffer.y)!); |
@@ -9,2 +9,2 @@ /** | ||
| */ | ||
| export const XTERM_VERSION = '6.1.0-beta.282'; | ||
| export const XTERM_VERSION = '6.1.0-beta.283'; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
4748340
-0.01%30511
-0.01%