From 5174a7310fe9618bd05d3232731619d7f5efa042 Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Mon, 29 Dec 2025 04:01:39 -0800 Subject: [PATCH] Add RIS metadata comment Fixes #5043 --- src/common/InputHandler.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/InputHandler.ts b/src/common/InputHandler.ts index 99ae6252..f9fbe3d7 100644 --- a/src/common/InputHandler.ts +++ b/src/common/InputHandler.ts @@ -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();