greyhound.php
changeset 64 ee64bb096f56
parent 58 05a69bab5f10
child 70 efabb54a418d
--- a/greyhound.php	Tue Dec 23 17:37:51 2008 -0500
+++ b/greyhound.php	Tue Dec 23 20:20:35 2008 -0500
@@ -34,7 +34,7 @@
 define('GREY_ROOT', dirname(__FILE__));
 
 // what kind of terminal do we have?
-$use_colors = ( @in_array(@$_SERVER['TERM'], array('linux', 'xterm', 'vt100')) ) ? true : false;
+$use_colors = ( @in_array(@$_SERVER['TERM'], array('linux', 'xterm', 'vt100', 'screen')) ) ? true : false;
 require(GREY_ROOT . '/functions.php');
 
 // start up...