strikethrough top-level constant
String
const strikethrough
Strikethrough (characters still legible but marked as to be deleted).
See STRIKETHROUGH.
Compatibility:
- +vscode
- +as
- -mac Terminal
- +mac iTerm2
- +mac Warp
- +mac WezTerm
- +mac Kitty
- +mac Alacritty
Strikethrough + underline:
- +vscode
- +as
- +mac iTerm2
- -mac Warp (underline has priority)
See also resetStrikethrough.
Implementation
const String strikethrough = '$CSI$STRIKETHROUGH$SGR';