--- a/ui/common/types.c Thu Jan 29 19:01:52 2026 +0100 +++ b/ui/common/types.c Thu Jan 29 20:55:59 2026 +0100 @@ -678,6 +678,7 @@ to->insert = from->insert; to->setposition = from->setposition; to->position = from->position; + to->setselection = from->setselection; to->selection = from->selection; to->length = from->length; to->remove = from->remove;