mirror of
https://github.com/tio/tio.git
synced 2026-05-01 23:07:58 +02:00
commit
f523d6a245
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ void restore_tty(void)
|
||||||
int connect_tty(void)
|
int connect_tty(void)
|
||||||
{
|
{
|
||||||
fd_set rdfs; /* Read file descriptor set */
|
fd_set rdfs; /* Read file descriptor set */
|
||||||
int maxfd; /* Maximum file desciptor used */
|
int maxfd; /* Maximum file descriptor used */
|
||||||
static bool first = true;
|
static bool first = true;
|
||||||
int status;
|
int status;
|
||||||
char c_tty;
|
char c_tty;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue