mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-28 16:22:10 -05:00

I think supporting combining characters in pre-edit text will be simpler if I can use add_cc, which operated on termlines. Also we have code for resizing termlines, which means I might not need to count the width of the pre-edit string accurately before allocating it.