This commit is contained in:
Daniel Imms
2017-02-01 10:30:58 -08:00
parent cc6893d0f2
commit 9d8f6c9ae7
+3 -2
View File
@@ -36,10 +36,11 @@ export class Renderer {
// the character width of monospace fonts.
if (brokenBold === null) {
brokenBold = checkBoldBroken((<any>this._terminal).document);
console.log('check brokenBold: ' + brokenBold);
}
// TODO: Pull all DOM interactions into Renderer.constructor
// TODO: Pull more DOM interactions into Renderer.constructor, element for
// example should be owned by Renderer (and also exposed by Terminal due to
// to established public API).
}
/**