mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-02 07:15:31 -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
|
|
@ -378,8 +378,8 @@ void term_arm_blink_timer(struct terminal *term);
|
|||
|
||||
void term_restore_cursor(struct terminal *term);
|
||||
|
||||
void term_focus_in(struct terminal *term);
|
||||
void term_focus_out(struct terminal *term);
|
||||
void term_kbd_focus_in(struct terminal *term);
|
||||
void term_kbd_focus_out(struct terminal *term);
|
||||
void term_mouse_down(struct terminal *term, int button, int row, int col);
|
||||
void term_mouse_up(struct terminal *term, int button, int row, int col);
|
||||
void term_mouse_motion(struct terminal *term, int button, int row, int col);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue