Added initial attempt at a terminfo-driven driver

This commit is contained in:
Paul LeoNerd Evans
2008-10-08 02:04:47 +01:00
parent e76b195c59
commit c974e61a8d
4 changed files with 193 additions and 2 deletions

View File

@@ -9,6 +9,7 @@
#include <stdio.h>
static struct termkey_driver *drivers[] = {
&termkey_driver_ti,
&termkey_driver_csi,
NULL,
};