22 #ifndef M4_CORE_TERM_H 23 #define M4_CORE_TERM_H 25 #include "common/stream.h" 38 bool _using_mono_screen =
false;
39 bool _use_log_file =
false;
40 TermMode _mode = NO_MODE;
46 void init(
bool use_me,
bool use_log);
60 void message(
const char *fmt, ...);
61 void vmessage(
const char *fmt, va_list va);
64 void term_message(
const char *fmt, ...);
void message(const char *fmt,...)
void init(bool use_me, bool use_log)
Definition: database.h:28
void set_mode(TermMode mode)