From a2bf5fe975c927e1a6f85ff83cc32e8233646eb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Breitbart?= Date: Sat, 6 Jul 2019 16:13:21 +0200 Subject: [PATCH] fix typo --- src/InputHandler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/InputHandler.ts b/src/InputHandler.ts index ed7812f2..6ae2cdeb 100644 --- a/src/InputHandler.ts +++ b/src/InputHandler.ts @@ -598,7 +598,7 @@ export class InputHandler extends Disposable implements IInputHandler { this._terminal.updateRange(this._terminal.buffer.y); } - // restrict cursor changes to addressible cols/rows + // restrict cursor changes to addressable cols/rows private _restrictCursor(): void { // cols if (this._terminal.buffer.x < 0) {