Rename EOL delay to Output line delay

This commit is contained in:
Martin Lund 2022-07-11 14:08:12 +02:00
parent 8b8dd373a7
commit 39af74f263
7 changed files with 45 additions and 40 deletions

View file

@ -48,8 +48,8 @@ struct option_t
int stopbits;
char *parity;
int output_delay;
int output_line_delay;
int dtr_pulse_duration;
int eol_delay;
bool no_autoconnect;
bool log;
bool log_strip;