From 4d2f2a946b2058ed4b40f23cded6415316a6c279 Mon Sep 17 00:00:00 2001 From: Brandon Shockley Date: Mon, 2 Aug 2021 16:34:37 -0400 Subject: [PATCH] Revert "Creating flag Support for Mouse CSI" This reverts commit 07edd619eed0dbd0894dcef22ed94c742b21bf47. --- abduco.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/abduco.c b/abduco.c index 25c6050..b56e6f4 100644 --- a/abduco.c +++ b/abduco.c @@ -223,7 +223,7 @@ static void die(const char *s) { } static void usage(void) { - fprintf(stderr, "usage: abduco [-a|-A|-c|-n] [-p] [-r] [-q] [-l] [-f] [-e detachkey] [-m] name command\n"); + fprintf(stderr, "usage: abduco [-a|-A|-c|-n] [-p] [-r] [-q] [-l] [-f] [-e detachkey] name command\n"); exit(EXIT_FAILURE); } @@ -639,8 +639,6 @@ int main(int argc, char *argv[]) { case 'v': puts("abduco-"VERSION" © 2013-2018 Marc André Tanner"); exit(EXIT_SUCCESS); - case 'm': - mouse = true; default: usage(); }