2 * Editor startup and edit loop
4 * (C) 1992 Joseph H. Allen
6 * This file is part of JOE (Joe's Own Editor)
12 __RCSID("$MirOS: contrib/code/jupp/main.h,v 1.4 2017/12/02 02:07:29 tg Exp $");
15 extern const char null[];
17 extern unsigned char *exmsg; /* Exit message */
18 extern int help; /* Set to start with help on */
19 extern SCREEN *maint; /* Primary screen */
20 void nungetc PARAMS((int c));
21 void dofollows PARAMS((void));
22 int edloop PARAMS((int flg));
23 void edupd PARAMS((int flg));