mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
codespell: currenly -> currently
This commit is contained in:
parent
77bc7c8b2c
commit
0fc2a1188c
1 changed files with 1 additions and 1 deletions
|
|
@ -2786,7 +2786,7 @@ term_ime_enable(struct terminal *term)
|
|||
term->ime.enabled = true;
|
||||
term_ime_reset(term);
|
||||
|
||||
/* IME is per seat - enable on all seat currenly focusing us */
|
||||
/* IME is per seat - enable on all seat currently focusing us */
|
||||
tll_foreach(term->wl->seats, it) {
|
||||
if (it->item.kbd_focus == term)
|
||||
ime_enable(&it->item);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue