diff options
author | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2008-10-08 02:04:47 +0100 |
---|---|---|
committer | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2008-10-08 02:04:47 +0100 |
commit | c974e61a8dbf83b6691992f89778262d2780cc74 (patch) | |
tree | 87342509157789a70da0c856cc91d26d1ff30850 /termkey.c | |
parent | e76b195c598091c079fa42b1e08ed93baa4c40ad (diff) | |
download | termo-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ #include <stdio.h> static struct termkey_driver *drivers[] = { + &termkey_driver_ti, &termkey_driver_csi, NULL, }; |