mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Add socket input comment
This commit is contained in:
parent
1aaecef419
commit
a4f0d4da53
1 changed files with 1 additions and 0 deletions
|
|
@ -1370,6 +1370,7 @@ int tty_connect(void)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
/* Input from socket ready */
|
||||||
forward = socket_handle_input(&rdfs, &output_char);
|
forward = socket_handle_input(&rdfs, &output_char);
|
||||||
|
|
||||||
if (forward)
|
if (forward)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue