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;