Revert "init variable"

This reverts commit b630101c3c.
This commit is contained in:
Brandon Shockley 2021-08-02 16:34:12 -04:00
parent 6ca8d04664
commit 8a8e9b6982
1 changed files with 1 additions and 1 deletions

View File

@ -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, mouse;
static bool has_term, alternate_buffer, quiet, passthrough;
static struct sockaddr_un sockaddr = {
.sun_family = AF_UNIX,