mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-29 07:58:01 -04:00
term: rename term_focus_{in,out} -> term_kbd_focus_{in,out}
This commit is contained in:
parent
90a1d920bb
commit
e9325b958f
3 changed files with 6 additions and 6 deletions
|
|
@ -1392,7 +1392,7 @@ term_restore_cursor(struct terminal *term)
|
|||
}
|
||||
|
||||
void
|
||||
term_focus_in(struct terminal *term)
|
||||
term_kbd_focus_in(struct terminal *term)
|
||||
{
|
||||
if (term->cursor_blink.active)
|
||||
cursor_blink_start_timer(term);
|
||||
|
|
@ -1404,7 +1404,7 @@ term_focus_in(struct terminal *term)
|
|||
}
|
||||
|
||||
void
|
||||
term_focus_out(struct terminal *term)
|
||||
term_kbd_focus_out(struct terminal *term)
|
||||
{
|
||||
if (term->cursor_blink.active)
|
||||
cursor_blink_stop_timer(term);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue