From ee2c1f71ef2180111d9df4d3d2c3ed6ff44094ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Breitbart?= Date: Fri, 25 Oct 2019 12:43:34 +0200 Subject: [PATCH] fix typo in debug msg --- src/InputHandler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/InputHandler.ts b/src/InputHandler.ts index 3ede2bed..7b6ea1fe 100644 --- a/src/InputHandler.ts +++ b/src/InputHandler.ts @@ -1441,7 +1441,7 @@ export class InputHandler extends Disposable implements IInputHandler { this._coreMouseService.activeEncoding = 'SGR'; break; case 1015: // urxvt ext mode mouse - removed in #2507 - this._logService.debug('DECSET 1005 not supported (see #2507)'); + this._logService.debug('DECSET 1015 not supported (see #2507)'); break; case 25: // show cursor this._terminal.cursorHidden = false;