1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-25 06:42:10 -05:00
Ben Harris 3ab279fae5 Minimal viable pre-edit support
Now we can cope with a single wide or narrow pre-edit character, which
is good enough for the input methods that I use.  When rendering the
line that contains the cursor we set up a little array of termchars
that contains the pre-edit text and work out where it should be
displayed.  Then when rendering the screen we switch between
displaying text from the real terminal and from the pre-edit string as
necessary.

Ideally, we should support longer strings, combining characters, and
setting attributes.  I think the current architecture should make all
of those possible, but not entirely easy.
2025-04-05 21:31:53 +01:00
..
2022-01-29 18:25:34 +00:00
2022-11-11 08:44:07 +00:00
2021-10-10 15:00:30 +01:00
2025-04-05 21:31:53 +01:00