Re: backtick with colors

2009-04-13 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 JuanPablo wrote: > hi, > I try make a backtick with automatic change of colors > example > #!/bin/bash > #file name sbacktick > cadena="Bright red on white" > echo -e "\033[47m\033[1;31m $cadena \033[0m" > > in screenrc > backtick 1 60 60 $HOME/bin/

backtick with colors

2009-04-12 Thread JuanPablo
hi, I try make a backtick with automatic change of colors example #!/bin/bash #file name sbacktick cadena="Bright red on white" echo -e "\033[47m\033[1;31m $cadena \033[0m" in screenrc backtick 1 60 60 $HOME/bin/sbacktick but no working ... the message is show with normal colors. any idea ? man