* back_color_erase feature for xterm.
()
| 3336 | * back_color_erase feature for xterm. |
| 3337 | */ |
| 3338 | private _eraseAttrData(): IAttributeData { |
| 3339 | this._eraseAttrDataInternal.bg &= ~(Attributes.CM_MASK | 0xFFFFFF); |
| 3340 | this._eraseAttrDataInternal.bg |= this._curAttrData.bg & ~0xFC000000; |
| 3341 | return this._eraseAttrDataInternal; |
| 3342 | } |
| 3343 | |
| 3344 | /** |
| 3345 | * ESC n |
no outgoing calls
no test coverage detected