The two sequences are a little bit problematic. We found these definitions:
\e[1m: Bold or increased intensity. It is driven by terminal.Options.SelectGraphicRendition1
.
\e[5m: Slowly blinking (less then 150 per minute). It is driven by terminal.Options.BlinkingText
.
\e[6m: Rapidly blinking (150 per minute or more). It is driven by terminal.Options.BlinkingText
.
We are going to add an option to decide behavior for these sequences. I will post a sample code when it is released. If you want beta version, please let us know.
UPDATE: Since version 2012 R3, you can change the behavior of \e[1m like this:
terminal.Options.SelectGraphicRendition1 = SelectGraphicRendition1.LightColor
Default of the \e[5m and \e[6m sequences is:
terminal.Options.BlinkingText = BlinkingText.LightBackColor