Comparing version 5.3.0-beta.39 to 5.3.0-beta.40
{ | ||
"name": "xterm", | ||
"description": "Full xterm terminal, in your browser", | ||
"version": "5.3.0-beta.39", | ||
"version": "5.3.0-beta.40", | ||
"main": "lib/xterm.js", | ||
@@ -6,0 +6,0 @@ "style": "css/xterm.css", |
@@ -302,3 +302,3 @@ /** | ||
if (inverse) { | ||
result = this._config.colors.foreground; | ||
result = color.opaque(this._config.colors.foreground); | ||
} else { | ||
@@ -305,0 +305,0 @@ result = this._config.colors.background; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2345655