On Wed, Mar 22, 2017 at 10:43:00AM +0200, Ilari Halminen wrote: > Package: xrootconsole > Version: 1:0.6-3 > Severity: normal > > Dear Maintainer, > > When I tried the included test, it do not work, because I were in a wrong > directory. I modified the a bit. > When I tried colour test, I cannot get colour out. > > echo -ne "\e[mNormal \e[30mBlack \e[31mRed \e[32mGreen \e[33mBrown > \e[34mBlue \e[35mMagena \e[36mCyan \e[37mWhite \e[39mNormal\n\e[1mBold > \e[30mBlack \e[31mRed \e[32mGreen \e[33mYellow \e[34mBlue \e[35mMagena > \e[36mCyan > \e[37mWhite \e[39mNormal\n\e[mNormal \e[40mBlack \e[41mRed \e[42mGreen > \e[43mBrown \e[44mBlue \e[45mMagena > \e[46mCyan \e[47mWhite \e[49mNormal\n\e[5mBlink \e[40mBlack \e[41mRed > \e[42mGreen \e[43mYellow \e[44mBlue > \e[45mMagena \e[46mCyan \e[47mWhite \e[49mNormal\n\e[7mInvert \e[mNormal \n " > > works (at leat when in a single line!) > > but echo .. | xrootconsole do not. > I get text out, but I do not get colors.
Hello, You have to add the parameter --ansi-color to xrootconsole for it to parse the color changing sequence. Best Regards Julien VdG

