Menu

[7c54b3]: / joe / main.h  Maximize  Restore  History

Download this file

30 lines (26 with data), 914 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*
* Editor startup and edit loop
* Copyright
* (C) 1992 Joseph H. Allen
*
* This file is part of JOE (Joe's Own Editor)
*/
extern char *exmsg; /* Exit message */
extern int help; /* Set to start with help on */
extern Screen *maint; /* Primary screen */
extern int usexmouse; /* Use xterm mouse support? */
void nungetc(int c);
void dofollows(void);
int edloop(void);
void edupd(int flg);
extern KBD *shell_kbd;
extern volatile int dostaupd; /* Force status line update */
extern int nonotice; /* Set to prevent copyright notice */
extern int noexmsg; /* Set to prevent final message */
extern int xmouse; /* XTerm mouse mode request by user (only allowed if terminal looks like xterm) */
extern const char * const *mainenv; /* Environment variables passed to JOE */
extern char i_msg[128];
void internal_msg(char *);
void setlogerrs(void);
int ushowlog(W *w, int k);
extern MACRO *timer_play(void);
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.