summaryrefslogtreecommitdiffstats
path: root/src/gui_athena.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui_athena.c')
-rw-r--r--src/gui_athena.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_athena.c b/src/gui_athena.c
index d9860017dd..91026ea21a 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 */