mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Remove resolved TODO
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user