mirror of
https://github.com/tio/tio.git
synced 2026-05-02 15:17:58 +02:00
Add option for setting inter-character delay
This commit is contained in:
parent
4da8253a81
commit
bc100643ec
3 changed files with 15 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue