aboutsummaryrefslogtreecommitdiff
path: root/driver-csi.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver-csi.c')
-rw-r--r--driver-csi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver-csi.c b/driver-csi.c
index 8633157..6b3f9b0 100644
--- a/driver-csi.c
+++ b/driver-csi.c
@@ -350,7 +350,7 @@ static termkey_result getkey(termkey_t *tk, termkey_key *key, int force)
return getkey_csi(tk, 1, key, force);
}
else
- return (*tk->method.getkey_simple)(tk, key);
+ return (*tk->method.getkey_simple)(tk, key, force);
}
static termkey_keysym register_csi_ss3(termkey_csi *csi, termkey_type type, termkey_keysym sym, unsigned char cmd, const char *name)