--- src/aacurses.c.orig	Sun Feb  1 11:35:10 2004
+++ src/aacurses.c	Sun Feb  1 11:35:29 2004
@@ -18,8 +18,8 @@
 #include "aalib.h"
 #include "aaint.h"
 __AA_CONST struct aa_driver curses_d;
-int __curses_is_up;
-int __resized_curses;
+int __curses_is_up = 0;
+int __resized_curses = 0;
 static int uninitcurses;
 
 static int curses_init(__AA_CONST struct aa_hardware_params *p, __AA_CONST void *none, struct aa_hardware_params *dest, void **param)