Moved mouse parsing code out of driver-ti.c into core termkey.c

This commit is contained in:
Paul LeoNerd Evans
2009-11-26 00:27:58 +00:00
parent bdc22b8b3d
commit c4bc0486d4
3 changed files with 28 additions and 9 deletions

View File

@@ -58,6 +58,7 @@ struct _TermKey {
struct {
void (*emit_codepoint)(TermKey *tk, long codepoint, TermKeyKey *key);
TermKeyResult (*peekkey_simple)(TermKey *tk, TermKeyKey *key, int force, size_t *nbytes);
TermKeyResult (*peekkey_mouse)(TermKey *tk, TermKeyKey *key, size_t *nbytes);
} method;
};