mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 15:04:36 +03:00
ca69515e3b
When a dead key is composing, we gave no information about what was composing. Contrast with Windows and macOS where we show the first key in the composition as part of that state. This commit makes an attempt to populate equivalent information. It's a bit more complex with the xkeyboard stuff as there can be multiple combining sequences and there's no guarantee that we can show a meaningful label. We try our best for the common case of a single dead key, and have a probably reasonable fall back for other cases where we don't other get that information. This allows removing DeadKeyStatus::Holding. |
||
---|---|---|
.. | ||
examples | ||
src | ||
build.rs | ||
Cargo.toml |