Load terminfo triver before CSI; in case they both apply

This commit is contained in:
Paul LeoNerd Evans 2008-11-09 20:04:14 +00:00
parent 73cee7f0b0
commit fd2466c4ce
1 changed files with 1 additions and 1 deletions

View File

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