Update src/browser/renderer/shared/CellColorResolver.ts

Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
This commit is contained in:
xie jialong 努力鸭
2023-08-25 10:33:22 +08:00
committed by GitHub
co-authored by Daniel Imms
parent f4881872f7
commit d15abd7f28
@@ -152,7 +152,7 @@ export class CellColorResolver {
this.result.ext &= ~ExtFlags.VARIANT_OFFSET;
this.result.ext |= ($variantOffset << 29) & ExtFlags.VARIANT_OFFSET;
// Compute next varinatOffset
// Compute next variantOffset
if (cell.extended.underlineStyle === UnderlineStyle.DOTTED) {
if (code !== NULL_CELL_CODE) {
const fontSize = this._terminal.options.fontSize;