mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
fix typo
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user