diff options
Diffstat (limited to 'driver-csi.c')
-rw-r--r-- | driver-csi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver-csi.c b/driver-csi.c index 05c7fa5..c03c98f 100644 --- a/driver-csi.c +++ b/driver-csi.c @@ -309,7 +309,7 @@ static termkey_result getkey(termkey_t *tk, void *info, termkey_key *key, int fo return getkey_csi(tk, csi, 1, key, force); } else - return (*tk->method.getkey_simple)(tk, key, force); + return TERMKEY_RES_NONE; } static termkey_keysym register_csi_ss3(termkey_csi *csi, termkey_type type, termkey_keysym sym, unsigned char cmd, const char *name) |