mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Tidy comments
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user