Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More

xterm

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xterm - npm Package Compare versions

Comparing version 5.3.0-beta.57 to 5.3.0-beta.58

{
"name": "xterm",
"description": "Full xterm terminal, in your browser",
"version": "5.3.0-beta.57",
"version": "5.3.0-beta.58",
"main": "lib/xterm.js",

@@ -6,0 +6,0 @@ "style": "css/xterm.css",

@@ -282,2 +282,5 @@ /**

public scrollLines(disp: number): void {
if (disp === 0) {
return;
}
if (!this._optionsService.rawOptions.smoothScrollDuration) {

@@ -284,0 +287,0 @@ this._onRequestScrollLines.fire({ amount: disp, suppressScrollEvent: false });

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet