mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-04 07:15:29 -04:00
codespell: currenly -> currently, second instance
This commit is contained in:
parent
0fc2a1188c
commit
e3b5a98ade
1 changed files with 1 additions and 1 deletions
|
|
@ -2806,7 +2806,7 @@ term_ime_disable(struct terminal *term)
|
||||||
term->ime.enabled = false;
|
term->ime.enabled = false;
|
||||||
term_ime_reset(term);
|
term_ime_reset(term);
|
||||||
|
|
||||||
/* IME is per seat - disable on all seat currenly focusing us */
|
/* IME is per seat - disable on all seat currently focusing us */
|
||||||
tll_foreach(term->wl->seats, it) {
|
tll_foreach(term->wl->seats, it) {
|
||||||
if (it->item.kbd_focus == term)
|
if (it->item.kbd_focus == term)
|
||||||
ime_disable(&it->item);
|
ime_disable(&it->item);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue