Comparing version 3.14.0-beta27 to 3.14.0-beta28
@@ -978,3 +978,3 @@ "use strict"; | ||
p = params[i] & 0xff; | ||
attr.fg &= ~255; | ||
attr.fg &= ~(50331648 | 255); | ||
attr.fg |= 33554432 | p; | ||
@@ -994,3 +994,3 @@ } | ||
p = params[i] & 0xff; | ||
attr.bg &= ~255; | ||
attr.bg &= ~(50331648 | 255); | ||
attr.bg |= 33554432 | p; | ||
@@ -997,0 +997,0 @@ } |
{ | ||
"name": "xterm", | ||
"description": "Full xterm terminal, in your browser", | ||
"version": "3.14.0-beta27", | ||
"version": "3.14.0-beta28", | ||
"main": "lib/public/Terminal.js", | ||
@@ -6,0 +6,0 @@ "types": "typings/xterm.d.ts", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
2803318