Add option for setting inter-character delay

This commit is contained in:
Jeppe Ledet-Pedersen 2015-04-13 13:45:05 +02:00
parent 4da8253a81
commit bc100643ec
3 changed files with 15 additions and 1 deletions

View file

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