From 8a5ffc1bb1677698659a71f0686af588338447b9 Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Sun, 28 Dec 2025 13:42:22 -0800 Subject: [PATCH] Tidy comments --- addons/addon-webgl/src/CursorBlinkStateManager.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/addon-webgl/src/CursorBlinkStateManager.ts b/addons/addon-webgl/src/CursorBlinkStateManager.ts index 615fc200..688aee7b 100644 --- a/addons/addon-webgl/src/CursorBlinkStateManager.ts +++ b/addons/addon-webgl/src/CursorBlinkStateManager.ts @@ -164,8 +164,8 @@ export class CursorBlinkStateManager { } /** - * Resets the idle timer. If the terminal is idle for IDLE_TIMEOUT, cursor - * blinking will stop. + * Resets the idle timer. If the terminal is idle for the idle timeout period, + * the cursor blinking will stop. */ private _resetIdleTimer(): void { this._isIdlePaused = false;