updated for version 7.0061
diff --git a/src/gui_athena.c b/src/gui_athena.c
index d986001..91026ea 100644
--- a/src/gui_athena.c
+++ b/src/gui_athena.c
@@ -42,7 +42,7 @@
 extern Widget vimShell;
 
 static Widget vimForm = (Widget)0;
-static Widget textArea = (Widget)0;
+Widget textArea = (Widget)0;
 #ifdef FEAT_MENU
 static Widget menuBar = (Widget)0;
 static XtIntervalId timer = 0;	    /* 0 = expired, otherwise active */