From 8a8e9b698259af0553b2fd3cb4fd8f1e5d3a7461 Mon Sep 17 00:00:00 2001 From: Brandon Shockley Date: Mon, 2 Aug 2021 16:34:12 -0400 Subject: [PATCH] Revert "init variable" This reverts commit b630101c3c79e16e45826be407071239d8e9a452. --- abduco.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abduco.c b/abduco.c index 9a39061..25c6050 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, mouse; +static bool has_term, alternate_buffer, quiet, passthrough; static struct sockaddr_un sockaddr = { .sun_family = AF_UNIX,