mirror of
				https://git.proxmox.com/git/mirror_xterm.js
				synced 2025-10-31 14:54:05 +00:00 
			
		
		
		
	Merge branch 'master' into 698_mousedown_preventDefault
This commit is contained in:
		
						commit
						c5cfa409b1
					
				| @ -779,7 +779,8 @@ Terminal.loadAddon = function(addon, callback) { | ||||
| Terminal.prototype.updateCharSizeStyles = function() { | ||||
|   this.charSizeStyleElement.textContent = | ||||
|       `.xterm-wide-char{width:${this.charMeasure.width * 2}px;}` + | ||||
|       `.xterm-normal-char{width:${this.charMeasure.width}px;}`; | ||||
|       `.xterm-normal-char{width:${this.charMeasure.width}px;}` + | ||||
|       `.xterm-rows > div{height:${this.charMeasure.height}px;}`; | ||||
| } | ||||
| 
 | ||||
| /** | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Daniel Imms
						Daniel Imms