2000-08-30 20:51:03 +00:00
|
|
|
#ifndef __TEXTCONF_H
|
|
|
|
#define __TEXTCONF_H
|
2000-09-14 18:18:24 +00:00
|
|
|
|
|
|
|
/* Features of the text mode edition */
|
1998-02-27 04:54:42 +00:00
|
|
|
|
1998-12-01 06:27:57 +00:00
|
|
|
#define x_flush_events()
|
2000-08-30 20:51:03 +00:00
|
|
|
|
2000-09-14 18:18:24 +00:00
|
|
|
extern void version (int verbose);
|
|
|
|
|
2000-08-30 20:51:03 +00:00
|
|
|
#endif /* __TEXTCONF_H */
|