X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FConsole.pm;h=9812a024442b21cc7b5fc934bbdd2c2694988fce;hb=0898cebe8363ff10687c5f1a858396967f5cb231;hp=a50bcf5e807e06a8375c4a4f6eecc733bb9370d1;hpb=c1f83632350b6636e58ea6866551c1e3e61e66bb;p=spider.git diff --git a/perl/Console.pm b/perl/Console.pm index a50bcf5e..9812a024 100644 --- a/perl/Console.pm +++ b/perl/Console.pm @@ -34,7 +34,7 @@ package main; $maxkhist = 100; $maxshist = 500; if ($ENV{'TERM'} =~ /(xterm|ansi)/) { - $ENV{'TERM'} = 'color_xterm'; +# $ENV{'TERM'} = 'color_xterm'; $foreground = COLOR_BLACK(); $background = COLOR_WHITE(); $mycallcolor = COLOR_PAIR(1);