This commit is contained in:
Jörg Breitbart
2019-07-06 16:13:21 +02:00
parent eb7b8f9020
commit a2bf5fe975
+1 -1
View File
@@ -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) {