TerminalOptions.PersistColorsOnSgr Property
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
PersistColorsOnSgr
Specifies whether escape sequence of the Select Graphic Rendition also clears the color of the pen.
Declaration
public bool PersistColorsOnSgr { get; set; }
Property Value
Type | Description |
---|---|
Boolean | True to persist last set color; false to reset color of the pen. |