mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Prevent wraparound mode from overriding last character
This commit is contained in:
@@ -60,7 +60,6 @@ export class InputHandler implements IInputHandler {
|
||||
this._terminal.scroll();
|
||||
}
|
||||
} else {
|
||||
this._terminal.x = this._terminal.cols - 1;
|
||||
if (ch_width === 2) // FIXME: check for xterm behavior
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user