WIP AnyEvent version
[spider.git] / perl / Console.pm
index 22b463c6e9d141fe87124469b30a5c41e4a84eb1..4dc72d4279ef0389100bfc75d08026de2fa385da 100644 (file)
@@ -6,7 +6,7 @@
 #
 # Copyright (c) 1999 Dirk Koopman G1TLH
 #
-# $Id$
+#
 #
 # The colour pairs are:-
 #
@@ -31,6 +31,9 @@
 
 package main;
 
+use vars qw($maxkhist $maxshist $foreground    $background $mycallcolor @colors );
+use Curses;
+
 $maxkhist = 100;
 $maxshist = 500;
 if ($ENV{'TERM'} =~ /(xterm|ansi)/) {