underlineRgbOpen top-level constant
Opening tag for underline by RGB.
Template: {underlineRgbOpen}{r};{g};{b}{underlineRgbClose}
Compatibility:
- +vscode
- -mac Terminal
- -mac iTerm2
- -as
Implementation
const String underlineRgbOpen = '${csi}58;2;';
Opening tag for underline by RGB.
Template: {underlineRgbOpen}{r};{g};{b}{underlineRgbClose}
Compatibility:
const String underlineRgbOpen = '${csi}58;2;';