aboutsummaryrefslogtreecommitdiff
path: root/t/12strpkey.c
diff options
context:
space:
mode:
Diffstat (limited to 't/12strpkey.c')
-rw-r--r--t/12strpkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/12strpkey.c b/t/12strpkey.c
index ef5acd9..f591d9b 100644
--- a/t/12strpkey.c
+++ b/t/12strpkey.c
@@ -11,7 +11,7 @@ int main(int argc, char *argv[])
plan_tests(53);
- tk = termkey_new(0, TERMKEY_FLAG_NOTERMIOS);
+ tk = termkey_new(-1, 0);
CLEAR_KEY;
endp = termkey_strpkey(tk, "A", &key, 0);