Reduce diff

This commit is contained in:
Daniel Imms
2019-06-15 16:43:01 -07:00
parent 7148358acf
commit 8b4901e8f3
-1
View File
@@ -73,7 +73,6 @@ export class BufferLine implements IBufferLine {
public get(index: number): CharData {
const content = this._data[index * CELL_SIZE + Cell.CONTENT];
const cp = content & Content.CODEPOINT_MASK;
return [
this._data[index * CELL_SIZE + Cell.FG],
(content & Content.IS_COMBINED_MASK)