mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
input: kitty: return the result of term_to_slave()
If term_to_slave() fails, then the key wasn’t ‘handled’...
This commit is contained in:
parent
aeeaf9c0ec
commit
fe851a6936
1 changed files with 1 additions and 2 deletions
3
input.c
3
input.c
|
|
@ -1412,8 +1412,7 @@ emit_escapes:
|
|||
}
|
||||
}
|
||||
|
||||
term_to_slave(term, buf, sizeof(buf) - left);
|
||||
return true;
|
||||
return term_to_slave(term, buf, sizeof(buf) - left);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue