diff --git a/src/tty.c b/src/tty.c index 197a431..3eb7ae6 100644 --- a/src/tty.c +++ b/src/tty.c @@ -376,7 +376,7 @@ void *tty_stdin_input_thread(void *arg) exit(EXIT_SUCCESS); break; case KEY_SHIFT_F: - tio_printf("Flushed data I/O channels") + tio_printf("Flushed data I/O buffers") tcflush(device_fd, TCIOFLUSH); break; default: