Skip to content

IME pre-edit is rendered differently than the committed text #8709

@mahkoh

Description

@mahkoh

I have an IME that allows me to enter characters by their unicode code point.

For example, if I invoke the IME and then enter a9, the pre-edit in alacritty looks like this:

U+a9 = ©

When I press enter, this becomes

©

However, if I instead enter control characters, the output is unexpected:

Image Image Image Image

After pressing enter, I get the expected output ^A and ^B for the first two and the effects of Ctrl-C and Ctrl-D for the latter two.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions