Do not log to history with -h/-t/-m

This commit is contained in:
Philippe Teuwen 2019-09-09 21:01:43 +02:00
commit ba47ac36cb
4 changed files with 8 additions and 2 deletions

View file

@ -22,6 +22,7 @@
#endif
uint8_t g_debugMode;
bool g_disableLogging;
int kbd_enter_pressed(void);
void AddLogLine(const char *fn, const char *data, const char *c);