From 8b4901e8f30659a793c97a91a04b7fafd731aec8 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Sat, 15 Jun 2019 16:43:01 -0700 Subject: [PATCH] Reduce diff --- src/common/buffer/BufferLine.ts | 1 - 1 file changed, 1 deletion(-) 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)