mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +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
|
|
@ -235,9 +235,9 @@ int connect_tty(void)
|
|||
/* Forward input to tty device */
|
||||
status = write(fd, &c_stdin[0], 1);
|
||||
|
||||
/* Insert char delay */
|
||||
if (option.char_delay)
|
||||
usleep(option.char_delay * 1000);
|
||||
/* Insert output delay */
|
||||
if (option.output_delay)
|
||||
usleep(option.output_delay * 1000);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue