mirror of
https://github.com/tio/tio.git
synced 2026-05-02 15:17:58 +02:00
Renamed --char-delay to --output-delay
Renaming to make the naming more specific for the feature.
This commit is contained in:
parent
ab54352b51
commit
4eaff1df9d
6 changed files with 23 additions and 13 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue