0

Gurus

I am trying to make text blink by ANSI sequence "ESC[31;1;5mRafaESC[0m" It works in mintty but does not work in ConEmu (the latest version 140310).

How to enable blinking test in ConEmu?

Thanks

Rafa
  • 15
  • 4

1 Answers1

2

Blinking text is not supported in Windows console. So ConEmu does not support it too.

On the other hand, ANSI defines only 8 console colors, but Windows defines 16 colors. And only using bold/blink/underline codes you can force your console to use upper 8 colors from 16 color table.

Maximus
  • 10,751
  • 8
  • 47
  • 65