chg: when pressing ctrl-c, the command history is saved

This commit is contained in:
iceman1001
2020-06-29 18:10:40 +02:00
parent ac12a892b0
commit 2fe42173de
2 changed files with 36 additions and 8 deletions

View File

@@ -43,6 +43,7 @@ typedef struct {
// char *defaultPaths[spItemCount]; // Array should allow loop searching for files
clientdebugLevel_t client_debug_level;
// uint8_t device_debug_level;
char *history_path;
} session_arg_t;
extern session_arg_t session;