aboutsummaryrefslogtreecommitdiff
path: root/t/01base.c
diff options
context:
space:
mode:
Diffstat (limited to 't/01base.c')
-rw-r--r--t/01base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/01base.c b/t/01base.c
index 359c9ca..88e2c84 100644
--- a/t/01base.c
+++ b/t/01base.c
@@ -8,7 +8,7 @@ int main(int argc, char *argv[])
plan_tests(2);
- tk = termkey_new(0, TERMKEY_FLAG_NOTERMIOS);
+ tk = termkey_new(-1, 0);
ok(!!tk, "termkey_new");