init variable

This commit is contained in:
Brandon Shockley 2021-08-02 16:07:49 -04:00 committed by GitHub
parent 90282c41f6
commit b630101c3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
static bool has_term, alternate_buffer, quiet, passthrough, mouse;
static struct sockaddr_un sockaddr = {
.sun_family = AF_UNIX,