()
| 3041 | } |
| 3042 | |
| 3043 | private _finishHyperlink(): boolean { |
| 3044 | this._curAttrData.extended = this._curAttrData.extended.clone(); |
| 3045 | this._curAttrData.extended.urlId = 0; |
| 3046 | this._curAttrData.updateExtended(); |
| 3047 | return true; |
| 3048 | } |
| 3049 | |
| 3050 | // special colors - OSC 10 | 11 | 12 |
| 3051 | private _specialColors = [SpecialColorIndex.FOREGROUND, SpecialColorIndex.BACKGROUND, SpecialColorIndex.CURSOR]; |
no test coverage detected