mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Fix execute_shell_command to use tty_write
This commit is contained in:
parent
eab0f6245b
commit
2b0e674ee4
2 changed files with 29 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue