mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-01 07:15:32 -04:00
term: remove term_has_kbd_focus(), use term->kbd_focus instead
This commit is contained in:
parent
8c72e9434e
commit
7d8974f930
2 changed files with 5 additions and 18 deletions
|
|
@ -518,7 +518,6 @@ void term_restore_cursor(struct terminal *term, const struct cursor *cursor);
|
|||
|
||||
void term_visual_focus_in(struct terminal *term);
|
||||
void term_visual_focus_out(struct terminal *term);
|
||||
bool term_has_kbd_focus(struct terminal *term);
|
||||
void term_kbd_focus_in(struct terminal *term);
|
||||
void term_kbd_focus_out(struct terminal *term);
|
||||
void term_mouse_down(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue