Remove resolved TODO

This commit is contained in:
Daniel Imms
2021-01-11 07:40:25 -08:00
parent 676aabc3ed
commit 19c14b076b
@@ -16,10 +16,6 @@ export function generateConfig(scaledCharWidth: number, scaledCharHeight: number
cursor: undefined,
cursorAccent: undefined,
selection: undefined,
// For the static char atlas, we only use the first 16 colors, but we need all 256 for the
// dynamic character atlas.
// ansi: colors.ansi.slice(0, 16)
// TODO: Using entire array to support OSC 4; can this break anything?
ansi: colors.ansi
};
return {