mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Merge pull request #2640 from Tyriar/reset_fix
Move back to reseting parser only on RIS
This commit is contained in:
+1
-1
@@ -2196,11 +2196,11 @@ export class InputHandler extends Disposable implements IInputHandler {
|
||||
* Reset to initial state.
|
||||
*/
|
||||
public fullReset(): void {
|
||||
this._parser.reset();
|
||||
this._onRequestReset.fire();
|
||||
}
|
||||
|
||||
public reset(): void {
|
||||
this._parser.reset();
|
||||
this._curAttrData = DEFAULT_ATTR_DATA.clone();
|
||||
this._eraseAttrDataInternal = DEFAULT_ATTR_DATA.clone();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user