aboutsummaryrefslogtreecommitdiff
path: root/t/20canon.c
diff options
context:
space:
mode:
authorPaul LeoNerd Evans <leonerd@leonerd.org.uk>2012-01-26 12:55:34 +0000
committerPaul LeoNerd Evans <leonerd@leonerd.org.uk>2012-01-26 12:55:34 +0000
commit50327ce6dc622fb396f9a358fce2569481398668 (patch)
treeebed7fdd88fb7d133551d4bf2411064f642d2c76 /t/20canon.c
parentea2d3073ac177d95fc14c310178aa2b7455b060a (diff)
downloadtermo-50327ce6dc622fb396f9a358fce2569481398668.tar.gz
termo-50327ce6dc622fb396f9a358fce2569481398668.tar.xz
termo-50327ce6dc622fb396f9a358fce2569481398668.zip
Use termkey_new_abstract() in unit tests
Diffstat (limited to 't/20canon.c')
-rw-r--r--t/20canon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/20canon.c b/t/20canon.c
index ec6de1f..8d7b6ad 100644
--- a/t/20canon.c
+++ b/t/20canon.c
@@ -11,7 +11,7 @@ int main(int argc, char *argv[])
plan_tests(26);
- tk = termkey_new(-1, 0);
+ tk = termkey_new_abstract("vt100", 0);
CLEAR_KEY;
endp = termkey_strpkey(tk, " ", &key, 0);