Pass the 'force' value through to getkey_simple()

This commit is contained in:
Paul LeoNerd Evans
2008-11-02 14:43:19 +00:00
parent e5ff066539
commit 62d4e7eccb
4 changed files with 5 additions and 5 deletions

View File

@@ -115,7 +115,7 @@ static termkey_result getkey(termkey_t *tk, termkey_key *key, int force)
}
// No special seq. Must be a simple key then
return (*tk->method.getkey_simple)(tk, key);
return (*tk->method.getkey_simple)(tk, key, force);
}
static struct {