aboutsummaryrefslogtreecommitdiffstats
path: root/interactive-test.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-09-16 18:24:07 +0200
committerMattias Andrée <maandree@kth.se>2021-09-16 18:24:07 +0200
commit3262ff366068de19a3458a179d2ba44ee4a4531a (patch)
tree07832e2b1fbbd0de3224733e682e0cc9016b6762 /interactive-test.c
parentFix and test CSI u (diff)
downloadlibterminput-3262ff366068de19a3458a179d2ba44ee4a4531a.tar.gz
libterminput-3262ff366068de19a3458a179d2ba44ee4a4531a.tar.bz2
libterminput-3262ff366068de19a3458a179d2ba44ee4a4531a.tar.xz
Improve make file, fix tests, fix warnings, and add macro and pause key to interative test1.0.2
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'interactive-test.c')
-rw-r--r--interactive-test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/interactive-test.c b/interactive-test.c
index 1eb3531..2180de8 100644
--- a/interactive-test.c
+++ b/interactive-test.c
@@ -113,6 +113,8 @@ main(void)
case LIBTERMINPUT_KEYPAD_COMMA: printf("\t%s: %s\n", "key", "keypad comma"); break;
case LIBTERMINPUT_KEYPAD_POINT: printf("\t%s: %s\n", "key", "keypad point"); break;
case LIBTERMINPUT_KEYPAD_ENTER: printf("\t%s: %s\n", "key", "keypad enter"); break;
+ case LIBTERMINPUT_MACRO: printf("\t%s: %s\n", "key", "macro"); break;
+ case LIBTERMINPUT_PAUSE: printf("\t%s: %s\n", "key", "pause"); break;
default:
printf("\t%s: %s\n", "key", "other");
break;