1
1
mc/src/textconf.h

12 строки
321 B
C
Исходник Обычный вид История

#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 */
#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()
#define port_shutdown_extra_fds()
#endif /* __TEXTCONF_H */