tty_keys_find
if ((tk = tty_keys_find(tty, s, strlen(s), &size)) == NULL) {
static struct tty_key *tty_keys_find(struct tty *, const char *, size_t,
tk = tty_keys_find(tty, buf, len, size);