diff options
-rw-r--r-- | termkey.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,8 +9,8 @@ #include <stdio.h> static struct termkey_driver *drivers[] = { - &termkey_driver_csi, &termkey_driver_ti, + &termkey_driver_csi, NULL, }; |
index : termo | ||
Terminal key input library | Přemysl Eric Janouch <p@janouch.name> |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | termkey.c | 2 |
@@ -9,8 +9,8 @@ #include <stdio.h> static struct termkey_driver *drivers[] = { - &termkey_driver_csi, &termkey_driver_ti, + &termkey_driver_csi, NULL, }; |