diff --git a/src/common/buffer/BufferLine.ts b/src/common/buffer/BufferLine.ts index 487ea128..8e742be3 100644 --- a/src/common/buffer/BufferLine.ts +++ b/src/common/buffer/BufferLine.ts @@ -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)