home *** CD-ROM | disk | FTP | other *** search
- /*
- * Written by Douglas Thomson (1989/1990)
- *
- * This source code is released into the public domain.
- */
-
- /*
- * See "common.h" for a description of these variables. (C requires global
- * variables to be declared "extern" in all modules except one. This file
- * is only included by the main "ed.c" module.)
- */
- displays g_display;
- status_infos g_status;
- screen_lines *g_screen;
-