mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Cleanup
This commit is contained in:
parent
869527d0fb
commit
3c5cc029a8
1 changed files with 3 additions and 3 deletions
|
|
@ -38,10 +38,10 @@
|
||||||
#include "tio/log.h"
|
#include "tio/log.h"
|
||||||
#include "tio/error.h"
|
#include "tio/error.h"
|
||||||
|
|
||||||
static int connected = false;
|
static struct termios new_stdout, old_stdout, old_tio;
|
||||||
struct termios new_stdout, old_stdout, old_tio;
|
static bool connected = false;
|
||||||
static int fd;
|
|
||||||
static bool tainted = false;
|
static bool tainted = false;
|
||||||
|
static int fd;
|
||||||
|
|
||||||
void wait_for_tty_device(void)
|
void wait_for_tty_device(void)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue