]> git.proxmox.com Git - mirror_xterm.js.git/blobdiff - src/InputHandler.ts
Fix CircularList type and a typo
[mirror_xterm.js.git] / src / InputHandler.ts
index c9b58446be7c1f093dbd062c4edce5e52d600575..3900d56e56073c237348a5e6953cfbad8fe04cc0 100644 (file)
@@ -906,7 +906,7 @@ export class InputHandler implements IInputHandler {
 
           // TODO: Why are params[0] compares nested within a switch for params[0]?
 
-          this._terminal.buffer.x10Mouse = params[0] === 9;
+          this._terminal.x10Mouse = params[0] === 9;
           this._terminal.vt200Mouse = params[0] === 1000;
           this._terminal.normalMouse = params[0] > 1000;
           this._terminal.mouseEvents = true;