fix transparency when used with valign.
This commit is contained in:
parent
1e57352eee
commit
f0556b500b
|
@ -1948,7 +1948,7 @@ Element.prototype.render = function() {
|
|||
for (x = Math.max(xi, 0); x < xl; x++) {
|
||||
if (!lines[y][x]) break;
|
||||
lines[y][x][0] = colors.blend(attr, lines[y][x][0]);
|
||||
lines[y][x][1] = ch;
|
||||
// lines[y][x][1] = bch;
|
||||
lines[y].dirty = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue