--- src/aacurkbd.c.orig	Sun Feb  1 11:36:07 2004
+++ src/aacurkbd.c	Sun Feb  1 11:36:25 2004
@@ -21,8 +21,8 @@
 extern int __curses_usegpm;
 #endif
 static int uninitcurses;
-int __curses_x, __curses_y, __curses_buttons;
-int __curses_keyboard;
+int __curses_x = 0, __curses_y = 0, __curses_buttons = 0;
+int __curses_keyboard = 0;
 
 #ifdef SIGWINCH
 static void handler(int i)