From d523a4017d7029d97f63fc0926f2a2249cc9c4de Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 8 Apr 2021 22:45:08 +0200 Subject: Remove macro key as it conflicts with mouse tracking MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- interactive-test.c | 1 - 1 file changed, 1 deletion(-) (limited to 'interactive-test.c') diff --git a/interactive-test.c b/interactive-test.c index a1101e4..2da5ae8 100644 --- a/interactive-test.c +++ b/interactive-test.c @@ -41,7 +41,6 @@ main(void) case LIBTERMINPUT_DOWN: printf("\t%s: %s\n", "key", "down"); break; case LIBTERMINPUT_RIGHT: printf("\t%s: %s\n", "key", "right"); break; case LIBTERMINPUT_BEGIN: printf("\t%s: %s\n", "key", "begin"); break; - case LIBTERMINPUT_MACRO: printf("\t%s: %s\n", "key", "macro"); break; case LIBTERMINPUT_TAB: printf("\t%s: %s\n", "key", "tab"); break; case LIBTERMINPUT_F1: printf("\t%s: %s\n", "key", "f1"); break; case LIBTERMINPUT_F2: printf("\t%s: %s\n", "key", "f2"); break; -- cgit v1.2.3-70-g09d2