mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Fix tty_configure to change settings depending on the state of the raw option
This commit is contained in:
parent
e1d1c6f2bc
commit
0da8731c0b
1 changed files with 1 additions and 1 deletions
|
|
@ -1721,7 +1721,7 @@ void tty_reconfigure(void)
|
|||
if (connected)
|
||||
{
|
||||
/* Activate new port settings */
|
||||
tcsetattr(device_fd, TCSANOW, &tio);
|
||||
tty_tcsetattr(device_fd);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue