Comment 0 for bug 1260665

Revision history for this message
Marko (marko-kauzlaric) wrote :

the following control sequence doesn't work:

  echo -e '\e[5m Blink Text\e[m\n'

(works in xterm correctly)

Other ANSI/VT100 Control sequences seems to work correctly (like colors, dim, bold, invert etc) in terminator. Here are working examples:

echo -e "Normal \e[1mBold"
echo -e "Normal \e[7minverted"
echo -e "Normal \e[7minverted \e[27mNormal"
echo -e "Default \e[31mRed"
echo -e "Normal \e[4mUnderlined"
echo -e "Default \e[44mBlue"