Pass the 'force' value through to getkey_simple()
This commit is contained in:
@@ -49,7 +49,7 @@ struct termkey {
|
||||
struct {
|
||||
void (*eat_bytes)(termkey_t *tk, size_t count);
|
||||
void (*emit_codepoint)(termkey_t *tk, long codepoint, termkey_key *key);
|
||||
termkey_result (*getkey_simple)(termkey_t *tk, termkey_key *key);
|
||||
termkey_result (*getkey_simple)(termkey_t *tk, termkey_key *key, int force);
|
||||
} method;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user