diff -r 943fc009bd1c -r 86ed681698aa ui/win32/text.c --- a/ui/win32/text.c Wed Jul 15 20:03:33 2026 +0200 +++ b/ui/win32/text.c Tue Jul 21 16:46:44 2026 +0200 @@ -127,7 +127,7 @@ return NULL; } -void ui_textarea_insert(UiText *text, int pos, char *str) { +void ui_textarea_insert(UiText *text, int pos, const char *str) { }