mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-02 07:15:31 -04:00
ime: Reset terminal's IME state on text_input.leave
To reproduce issue: - Launch an IME from inside foot - Type in some preedit text - Use Ctrl-C to close the IME - IME text stays in terminal until focus is changed
This commit is contained in:
parent
c4363ef336
commit
1515b7e44b
2 changed files with 8 additions and 0 deletions
|
|
@ -61,6 +61,8 @@
|
|||
before sending the new dimensions to the client application. The
|
||||
timing can be tweaked, or completely disabled, by setting
|
||||
`resize-delay-ms` (https://codeberg.org/dnkl/foot/issues/301).
|
||||
* The IME state no longer stays stuck in the terminal if the IME goes
|
||||
away during preedit.
|
||||
|
||||
|
||||
### Deprecated
|
||||
|
|
@ -75,6 +77,7 @@
|
|||
### Contributors
|
||||
|
||||
* [craigbarnes](https://codeberg.org/craigbarnes)
|
||||
* [tdeo](https://codeberg.org/tdeo)
|
||||
|
||||
|
||||
## 1.6.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue