mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Text cleanup
This commit is contained in:
parent
fa4207ddfd
commit
51bfa68bdd
1 changed files with 1 additions and 1 deletions
|
|
@ -376,7 +376,7 @@ void *tty_stdin_input_thread(void *arg)
|
||||||
exit(EXIT_SUCCESS);
|
exit(EXIT_SUCCESS);
|
||||||
break;
|
break;
|
||||||
case KEY_SHIFT_F:
|
case KEY_SHIFT_F:
|
||||||
tio_printf("Flushed data I/O channels")
|
tio_printf("Flushed data I/O buffers")
|
||||||
tcflush(device_fd, TCIOFLUSH);
|
tcflush(device_fd, TCIOFLUSH);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue