From 09edf2377f3c534d930a604d9fe6a97265e372e2 Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Sun, 9 Nov 2008 19:45:43 +0000 Subject: Driver getkey() can return TERMKEY_RES_NONE which attempts getkey_simple() afterwards --- driver-csi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver-csi.c') 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) -- cgit v1.2.3