mirror of
https://github.com/tio/tio.git
synced 2026-05-01 23:07:58 +02:00
Add --log-directory option
For specifying directory path in which to save automatically named log files.
This commit is contained in:
parent
83f826349b
commit
70913fe120
7 changed files with 65 additions and 7 deletions
|
|
@ -54,6 +54,7 @@ struct option_t
|
|||
bool local_echo;
|
||||
enum timestamp_t timestamp;
|
||||
const char *log_filename;
|
||||
const char *log_directory;
|
||||
const char *map;
|
||||
const char *socket;
|
||||
int color;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue