April 29, 2026
12:22 p.m.
On Wed Apr 29 12:22:16 2026 +0000, समीरसिंह Sameer Singh wrote:
AFAICT, this is because the dotted circle is inserted in `pwGlyphs` but not in `pwcChars`, so it has no entry in `pwLogClust`. `UpdateClusters` does not know this, it pushes every glyph in `pwLogClust` forward at or beyond the insertion point. This pushes the matra's cluster entry forward to point at the dotted circle's glyph slot. Thanks for the pointer. I have corrected the `pwLogClust` issues. Using wine notepad the cursor and selection aspects seem to be behaving correctly now.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10704#note_138187