Revert "Creating flag Support for Mouse CSI"

This reverts commit 07edd619ee.
This commit is contained in:
Brandon Shockley 2021-08-02 16:34:37 -04:00
parent 8a8e9b6982
commit 4d2f2a946b
1 changed files with 1 additions and 3 deletions

View File

@ -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();
}