aboutsummaryrefslogtreecommitdiff
path: root/termkey.c
diff options
context:
space:
mode:
authorPaul LeoNerd Evans <leonerd@leonerd.org.uk>2008-10-08 02:04:47 +0100
committerPaul LeoNerd Evans <leonerd@leonerd.org.uk>2008-10-08 02:04:47 +0100
commitc974e61a8dbf83b6691992f89778262d2780cc74 (patch)
tree87342509157789a70da0c856cc91d26d1ff30850 /termkey.c
parente76b195c598091c079fa42b1e08ed93baa4c40ad (diff)
downloadtermo-c974e61a8dbf83b6691992f89778262d2780cc74.tar.gz
termo-c974e61a8dbf83b6691992f89778262d2780cc74.tar.xz
termo-c974e61a8dbf83b6691992f89778262d2780cc74.zip
Added initial attempt at a terminfo-driven driver
Diffstat (limited to 'termkey.c')
-rw-r--r--termkey.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/termkey.c b/termkey.c
index 70a2b57..7c788c4 100644
--- a/termkey.c
+++ b/termkey.c
@@ -9,6 +9,7 @@
#include <stdio.h>
static struct termkey_driver *drivers[] = {
+ &termkey_driver_ti,
&termkey_driver_csi,
NULL,
};