Merge pull request #5539 from Tyriar/ris

Add RIS metadata comment
This commit is contained in:
Daniel Imms
2025-12-29 05:06:07 -08:00
committed by GitHub
+2
View File
@@ -3348,6 +3348,8 @@ export class InputHandler extends Disposable implements IInputHandler {
* ESC c
* DEC mnemonic: RIS (https://vt100.net/docs/vt510-rm/RIS.html)
* Reset to initial state.
*
* @vt: #Y ESC RIS "Full Reset" "ESC c" "Reset to initial state."
*/
public fullReset(): boolean {
this._parser.reset();