RE: csh color codes

2004-01-29 Thread gobo
Thanks a lot, this works perfectly! Best regards, Jochen =8-) > Why not use printf and \033 for the escape character? The > following prints "xxx yyy zzz" where "yyy" is green: > > printf 'xxx \033[32myyy\033[m zzz' > > Here is a list showing other escape sequences > > # foreground c

csh color codes

2004-01-29 Thread gobo
Dear all, I am running the latest Cygwin on my Win2k and I'm using csh as the standard shell. The color mode for XTerm is enabled and works fine, e.g. with "ls --color". However I have a problem to figure out how to generate the appropriate control (escape) sequences to included colors in shell s