diff options
author | Mattias Andrée <maandree@kth.se> | 2021-04-08 22:45:08 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-04-08 22:45:08 +0200 |
commit | d523a4017d7029d97f63fc0926f2a2249cc9c4de (patch) | |
tree | 72199a7c0727b53ec7fdf4011837763b68399a29 /interactive-test.c | |
parent | Add readme (diff) | |
download | libterminput-d523a4017d7029d97f63fc0926f2a2249cc9c4de.tar.gz libterminput-d523a4017d7029d97f63fc0926f2a2249cc9c4de.tar.bz2 libterminput-d523a4017d7029d97f63fc0926f2a2249cc9c4de.tar.xz |
Remove macro key as it conflicts with mouse tracking
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'interactive-test.c')
-rw-r--r-- | interactive-test.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |