Add RIS metadata comment

Fixes #5043
This commit is contained in:
Daniel Imms
2025-12-29 05:00:13 -08:00
parent 8d532a35c4
commit 5174a7310f
+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();