mirror of https://github.com/martanne/abduco
init variable
This commit is contained in:
parent
90282c41f6
commit
b630101c3c
2
abduco.c
2
abduco.c
|
|
@ -121,7 +121,7 @@ typedef struct {
|
|||
static Server server = { .running = true, .exit_status = -1, .host = "@localhost" };
|
||||
static Client client;
|
||||
static struct termios orig_term, cur_term;
|
||||
static bool has_term, alternate_buffer, quiet, passthrough;
|
||||
static bool has_term, alternate_buffer, quiet, passthrough, mouse;
|
||||
|
||||
static struct sockaddr_un sockaddr = {
|
||||
.sun_family = AF_UNIX,
|
||||
|
|
|
|||
Loading…
Reference in New Issue