blob: 44923639715ff99d3c9fc0eabeef66dfa7e2ead8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#ifndef LYMAINLOOP_H
#define LYMAINLOOP_H
#ifndef HTUTILS_H
#include <HTUtils.h>
#endif
#define TEXTAREA_EXPAND_SIZE 5
#define AUTOGROW
#define AUTOEXTEDIT
extern BOOLEAN LYOpenTraceLog NOPARAMS;
extern int mainloop NOPARAMS;
extern void HTAddGotoURL PARAMS((char *url));
extern void LYCloseTracelog NOPARAMS;
extern void repaint_main_statusline NOPARAMS;
#endif /* LYMAINLOOP_H */
|