This commit is contained in:
Jörg Breitbart
2021-11-10 18:02:00 +01:00
parent 0bc02d6838
commit 5a468c0877
+1 -1
View File
@@ -16,7 +16,7 @@ export function generateConfig(scaledCharWidth: number, scaledCharHeight: number
cursor: undefined,
cursorAccent: undefined,
selection: undefined,
ansi: colors.ansi
ansi: [...colors.ansi]
};
return {
devicePixelRatio: window.devicePixelRatio,