diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2014-10-09 23:47:24 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2014-10-09 23:47:24 +0200 |
commit | 5692f32bcfa049fc2b5555b5a883045b217349b9 (patch) | |
tree | 512eaa1bece48291ffdf7cf4865a085e6ee0b2cc /demo-async.c | |
parent | 3465d5553fbe88a75320d1da3f7228619492b036 (diff) | |
download | termo-5692f32bcfa049fc2b5555b5a883045b217349b9.tar.gz termo-5692f32bcfa049fc2b5555b5a883045b217349b9.tar.xz termo-5692f32bcfa049fc2b5555b5a883045b217349b9.zip |
CMake-ify, rename to termkey2 for the time being
Diffstat (limited to 'demo-async.c')
-rw-r--r-- | demo-async.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demo-async.c b/demo-async.c index 6efcf28..88d68a5 100644 --- a/demo-async.c +++ b/demo-async.c @@ -6,7 +6,7 @@ #include <unistd.h> #include <locale.h> -#include "termkey.h" +#include "termkey2.h" static void on_key (termkey_t *tk, termkey_key_t *key) |