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.4.0-beta.14 to 5.4.0-beta.15

{
"name": "xterm",
"description": "Full xterm terminal, in your browser",
"version": "5.4.0-beta.14",
"version": "5.4.0-beta.15",
"main": "lib/xterm.js",

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

@@ -208,4 +208,4 @@ /**

`${this._terminalSelector} .${ROW_CONTAINER_CLASS} .${RowCss.CURSOR_CLASS}.${RowCss.CURSOR_STYLE_BLOCK_CLASS} {` +
` background-color: ${colors.cursor.css};` +
` color: ${colors.cursorAccent.css};` +
` background-color: ${colors.cursor.css} !important;` +
` color: ${colors.cursorAccent.css} !important;` +
`}` +

@@ -212,0 +212,0 @@ `${this._terminalSelector} .${ROW_CONTAINER_CLASS} .${RowCss.CURSOR_CLASS}.${RowCss.CURSOR_STYLE_OUTLINE_CLASS} {` +

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

Sorry, the diff of this file is not supported yet