diff options
Diffstat (limited to 't/11strfkey.c')
-rw-r--r-- | t/11strfkey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/11strfkey.c b/t/11strfkey.c index 67208a7..bea3a22 100644 --- a/t/11strfkey.c +++ b/t/11strfkey.c @@ -10,7 +10,7 @@ int main(int argc, char *argv[]) plan_tests(28); - tk = termkey_new(-1, 0); + tk = termkey_new_abstract("vt100", 0); key.type = TERMKEY_TYPE_UNICODE; key.code.codepoint = 'A'; |