1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 15:04:36 +03:00
Wez Furlong 2022-01-07 21:13:04 -07:00
parent 3ca840a0ab
commit 2a6a842362

View File

@ -28,6 +28,7 @@ As features stabilize some brief notes about them will accumulate here.
* IME composition now shows inline in the terminal using the terminal font on all IME supported platforms (Windows, macOS and X11)
* dead key composition now shows inline in the terminal using the terminal font (Windows, macOS, X11 w/ IME enabled)
* macOS: `use_ime=true` no longer prevents key repeat from working with some keys [#1131](https://github.com/wez/wezterm/issues/1131)
#### Fixed