We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a889fef + 0950369 commit c33814aCopy full SHA for c33814a
src/xterm.js
@@ -779,7 +779,8 @@ Terminal.loadAddon = function(addon, callback) {
779
Terminal.prototype.updateCharSizeStyles = function() {
780
this.charSizeStyleElement.textContent =
781
`.xterm-wide-char{width:${this.charMeasure.width * 2}px;}` +
782
- `.xterm-normal-char{width:${this.charMeasure.width}px;}`;
+ `.xterm-normal-char{width:${this.charMeasure.width}px;}` +
783
+ `.xterm-rows > div{height:${this.charMeasure.height}px;}`;
784
}
785
786
/**
0 commit comments