remove any leading ::ffff: on ipv4 addresses
[spider.git] / perl / Console.pm
index a50bcf5e807e06a8375c4a4f6eecc733bb9370d1..a6dc6613502bc3207fb6f55c787bb0867edbcf6a 100644 (file)
@@ -6,7 +6,7 @@
 #
 # Copyright (c) 1999 Dirk Koopman G1TLH
 #
-# $Id$
+#
 #
 # The colour pairs are:-
 #
@@ -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);
@@ -46,7 +46,7 @@ if ($ENV{'TERM'} =~ /(xterm|ansi)/) {
                   [ '^[-A-Z0-9]+ de [-A-Z0-9]+ \d\d-\w\w\w-\d\d\d\d \d\d\d\dZ', COLOR_PAIR(0) ],
                   [ '^[-A-Z0-9]+ de [-A-Z0-9]+ ', COLOR_PAIR(6) ],
                   [ '^WX', COLOR_PAIR(3) ],
-                  [ '^(User|Node)\b', COLOR_PAIR(8) ],
+                  [ '^(User|Node|Buddy)\b', COLOR_PAIR(8) ],
                   [ '^New mail', A_BOLD|COLOR_PAIR(5) ],
                    
                   );