Hi all,

here is a patch for si_monitor to print the header of the clients status using the default console color instead of white.

Regards,
-Andrea
--- si_monitor	2005-04-10 17:09:13.000000000 +0200
+++ si_monitor.new	2005-07-20 19:41:54.000000000 +0200
@@ -295,9 +295,7 @@
 	my $header =  
 		"${program_name} is listening on port ${port}...\n" .
 		"Press 'q' to quit...\n" .
-		"\033[1;37m" .
-		"[  MAC address  ]  [   IP addr   ]  [  HostName  ]  [ Mem used ]  [  Time  ]   [ Stat ]" .
-		"\033[0;39m";
+		"[  MAC address  ]  [   IP addr   ]  [  HostName  ]  [ Mem used ]  [  Time  ]   [ Stat ]"; 
 
 	# Print header.
 	system 'clear';

Reply via email to