mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-22 08:06:04 +00:00
possible fix for #729
This commit is contained in:
@@ -232,6 +232,7 @@ export class XTermFrontend extends Frontend {
|
|||||||
|
|
||||||
private setFontSize () {
|
private setFontSize () {
|
||||||
this.xterm.setOption('fontSize', this.configuredFontSize * Math.pow(1.1, this.zoom))
|
this.xterm.setOption('fontSize', this.configuredFontSize * Math.pow(1.1, this.zoom))
|
||||||
|
this.resizeHandler()
|
||||||
}
|
}
|
||||||
|
|
||||||
private getSelectionAsHTML (): string {
|
private getSelectionAsHTML (): string {
|
||||||
|
Reference in New Issue
Block a user