--- a/ui/common/types.c Sun Feb 01 18:38:06 2026 +0100 +++ b/ui/common/types.c Mon Feb 02 20:59:13 2026 +0100 @@ -676,6 +676,7 @@ to->set = from->set; to->getsubstr = from->getsubstr; to->insert = from->insert; + to->replace = from->replace; to->setposition = from->setposition; to->position = from->position; to->showposition = from->showposition; @@ -768,9 +769,11 @@ t->get = NULL; t->getsubstr = NULL; t->insert = NULL; + t->replace = NULL; t->setposition = NULL; t->position = NULL; t->selection = NULL; + t->setselection = NULL; t->length = NULL; t->remove = NULL; t->obj = NULL;