blink top-level constant
Slow blink.
Sets blinking to less than 150 times per minute.
Compatibility:
- +vscode
- +mac Terminal
- -mac iTerm2
- -as
See also notBlinking.
Implementation
const String blink = '${csi}5$sgr';
Slow blink.
Sets blinking to less than 150 times per minute.
Compatibility:
See also notBlinking.
const String blink = '${csi}5$sgr';