mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Polish
This commit is contained in:
+3
-2
@@ -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).
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user