X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FConsole.pm;h=a6dc6613502bc3207fb6f55c787bb0867edbcf6a;hb=65ed61f1c171b124771f0214c186cf57e0bb41ff;hp=a50bcf5e807e06a8375c4a4f6eecc733bb9370d1;hpb=f155969d600561b9ef151a7ce2494a0c89aed033;p=spider.git diff --git a/perl/Console.pm b/perl/Console.pm index a50bcf5e..a6dc6613 100644 --- a/perl/Console.pm +++ b/perl/Console.pm @@ -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) ], );