diff options
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, }; |