Text cleanup

This commit is contained in:
Martin Lund 2024-04-20 14:03:38 +02:00
parent fa4207ddfd
commit 51bfa68bdd

View file

@ -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: