I noticed how sometimes I got colored output and other times I did not when typing make. I just discovered that cmake uses a string compare to the term name to figure out which support color. I don't think thats the correct way, but ok. Attached is a patch that allows users that start the command screen to see colors as well. Works for me :) -- Thomas Zander
--- Source/kwsys/Terminal.c-old 2006-06-03 22:03:04.000000000 +0200 +++ Source/kwsys/Terminal.c 2006-06-03 22:01:07.000000000 +0200 @@ -149,6 +149,7 @@ "vt100", "xterm", "xterm-color", + "screen", 0 };
pgpu6mm2sNziv.pgp
Description: PGP signature
_______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
