Tidy comments

This commit is contained in:
Daniel Imms
2025-12-28 13:42:22 -08:00
parent a966f7d591
commit 8a5ffc1bb1
@@ -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;