Renamed --char-delay to --output-delay

Renaming to make the naming more specific for the feature.
This commit is contained in:
Martin Lund 2015-04-18 11:37:03 +03:00
parent ab54352b51
commit 4eaff1df9d
6 changed files with 23 additions and 13 deletions

View file

@ -33,7 +33,7 @@ struct option_t
char tty_device[MAXPATHLEN];
bool no_autoconnect;
struct termios tio;
int char_delay;
int output_delay;
};
extern struct option_t option;