aboutsummaryrefslogtreecommitdiff
path: root/t/13cmpkey.c
diff options
context:
space:
mode:
Diffstat (limited to 't/13cmpkey.c')
-rw-r--r--t/13cmpkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/13cmpkey.c b/t/13cmpkey.c
index 62902cc..13ff313 100644
--- a/t/13cmpkey.c
+++ b/t/13cmpkey.c
@@ -8,7 +8,7 @@ int main(int argc, char *argv[])
plan_tests(12);
- tk = termkey_new(0, TERMKEY_FLAG_NOTERMIOS);
+ tk = termkey_new(-1, 0);
key1.type = TERMKEY_TYPE_UNICODE;
key1.code.codepoint = 'A';