2000-08-30 20:51:03 +00:00
|
|
|
#ifndef __TEXTCONF_H
|
|
|
|
#define __TEXTCONF_H
|
1998-02-27 04:54:42 +00:00
|
|
|
/* Defines what features are to be includes in the text mode edition */
|
|
|
|
|
1998-05-08 02:25:00 +00:00
|
|
|
#define COMPUTE_FORMAT_ALLOCATIONS 1
|
|
|
|
#define PORT_WIDGET_WANTS_HISTORY 1
|
|
|
|
#define PORT_NEEDS_CHANGE_SCREEN_SIZE 1
|
1998-12-01 06:27:57 +00:00
|
|
|
#define x_flush_events()
|
1998-04-07 19:08:31 +00:00
|
|
|
#define port_shutdown_extra_fds()
|
2000-08-30 20:51:03 +00:00
|
|
|
|
|
|
|
#endif /* __TEXTCONF_H */
|