From b630101c3c79e16e45826be407071239d8e9a452 Mon Sep 17 00:00:00 2001 From: Brandon Shockley Date: Mon, 2 Aug 2021 16:07:49 -0400 Subject: [PATCH] init variable --- abduco.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abduco.c b/abduco.c index 25c6050..9a39061 100644 --- a/abduco.c +++ b/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,