diff options
author | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2012-01-26 12:55:34 +0000 |
---|---|---|
committer | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2012-01-26 12:55:34 +0000 |
commit | 50327ce6dc622fb396f9a358fce2569481398668 (patch) | |
tree | ebed7fdd88fb7d133551d4bf2411064f642d2c76 /t/03utf8.c | |
parent | ea2d3073ac177d95fc14c310178aa2b7455b060a (diff) | |
download | termo-50327ce6dc622fb396f9a358fce2569481398668.tar.gz termo-50327ce6dc622fb396f9a358fce2569481398668.tar.xz termo-50327ce6dc622fb396f9a358fce2569481398668.zip |
Use termkey_new_abstract() in unit tests
Diffstat (limited to 't/03utf8.c')
-rw-r--r-- | t/03utf8.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -8,10 +8,7 @@ int main(int argc, char *argv[]) plan_tests(57); - /* Sanitise this just in case */ - putenv("TERM=vt100"); - - tk = termkey_new(-1, TERMKEY_FLAG_UTF8); + tk = termkey_new_abstract("vt100", TERMKEY_FLAG_UTF8); termkey_push_bytes(tk, "a", 1); |