added shu command
[spider.git] / perl / Console.pm
index a50bcf5e807e06a8375c4a4f6eecc733bb9370d1..9812a024442b21cc7b5fc934bbdd2c2694988fce 100644 (file)
@@ -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);