xterm-addon-webgl
Advanced tools
Comparing version 0.12.0-beta.1 to 0.12.0-beta.2
@@ -149,3 +149,3 @@ "use strict"; | ||
workCell.bg = model.cells[offset + RenderModel_1.RENDER_MODEL_BG_OFFSET]; | ||
fg = (fg & ~(50331648 | 16777215 | 67108864)); | ||
fg &= ~(50331648 | 16777215 | 67108864); | ||
switch (workCell.getBgColorMode()) { | ||
@@ -152,0 +152,0 @@ case 16777216: |
@@ -269,3 +269,3 @@ "use strict"; | ||
if (chars.length > 1) { | ||
code = code | RenderModel_1.COMBINED_CHAR_BIT_MASK; | ||
code |= RenderModel_1.COMBINED_CHAR_BIT_MASK; | ||
} | ||
@@ -272,0 +272,0 @@ this._model.cells[i] = code; |
{ | ||
"name": "xterm-addon-webgl", | ||
"version": "0.12.0-beta.1", | ||
"version": "0.12.0-beta.2", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "The xterm.js authors", |
@@ -266,3 +266,3 @@ /** | ||
// color, not on the selection color | ||
fg = (fg & ~(Attributes.CM_MASK | Attributes.RGB_MASK | FgFlags.INVERSE)); | ||
fg &= ~(Attributes.CM_MASK | Attributes.RGB_MASK | FgFlags.INVERSE); | ||
switch (workCell.getBgColorMode()) { | ||
@@ -269,0 +269,0 @@ case Attributes.CM_P16: |
@@ -345,3 +345,3 @@ /** | ||
if (chars.length > 1) { | ||
code = code | COMBINED_CHAR_BIT_MASK; | ||
code |= COMBINED_CHAR_BIT_MASK; | ||
} | ||
@@ -348,0 +348,0 @@ |
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 not supported yet
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
604448