aboutsummaryrefslogtreecommitdiffstats
path: root/interactive-test.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-04-09 18:15:40 +0200
committerMattias Andrée <maandree@kth.se>2021-04-09 18:15:40 +0200
commit0525a8ba26385654a796724360a663a550578316 (patch)
tree9905a502ddcaa65154a03e15bb9a74c1061b30c9 /interactive-test.c
parentAdd mouse tracking support (diff)
downloadlibterminput-0525a8ba26385654a796724360a663a550578316.tar.gz
libterminput-0525a8ba26385654a796724360a663a550578316.tar.bz2
libterminput-0525a8ba26385654a796724360a663a550578316.tar.xz
Fix warnings
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'interactive-test.c')
-rw-r--r--interactive-test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/interactive-test.c b/interactive-test.c
index 04616a4..6e21cb3 100644
--- a/interactive-test.c
+++ b/interactive-test.c
@@ -46,6 +46,7 @@ main(void)
case LIBTERMINPUT_UP: printf("\t%s: %s\n", "key", "up"); break;
case LIBTERMINPUT_DOWN: printf("\t%s: %s\n", "key", "down"); break;
case LIBTERMINPUT_RIGHT: printf("\t%s: %s\n", "key", "right"); break;
+ case LIBTERMINPUT_LEFT: printf("\t%s: %s\n", "key", "left"); break;
case LIBTERMINPUT_BEGIN: printf("\t%s: %s\n", "key", "begin"); break;
case LIBTERMINPUT_TAB: printf("\t%s: %s\n", "key", "tab"); break;
case LIBTERMINPUT_F1: printf("\t%s: %s\n", "key", "f1"); break;