Fix execute_shell_command to use tty_write

This commit is contained in:
yabu76 2025-12-30 20:30:41 +09:00
parent eab0f6245b
commit 2b0e674ee4
2 changed files with 29 additions and 3 deletions

View file

@ -86,4 +86,5 @@ void tty_line_set(int fd, tty_line_config_t line_config[]);
void tty_search(void);
GList *tty_search_for_serial_devices(void);
void forward_to_tty(int fd, char output_char);
ssize_t tty_write(int fd, void *buffer, size_t count);
void tty_sync(int fd);