Load terminfo triver before CSI; in case they both apply
This commit is contained in:
parent
73cee7f0b0
commit
fd2466c4ce
@ -9,8 +9,8 @@
|
||||
#include <stdio.h>
|
||||
|
||||
static struct termkey_driver *drivers[] = {
|
||||
&termkey_driver_csi,
|
||||
&termkey_driver_ti,
|
||||
&termkey_driver_csi,
|
||||
NULL,
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user