--- a/ui/common/utils.h Wed Dec 10 22:22:55 2025 +0100 +++ b/ui/common/utils.h Thu Dec 11 19:52:44 2025 +0100 @@ -31,6 +31,8 @@ #include "../ui/toolkit.h" #include "../ui/text.h" +#include <cx/string.h> + #ifdef __cplusplus extern "C" { #endif @@ -43,6 +45,8 @@ */ void ui_get_window_default_width(int *width, int *height); +cxmutstr ui_escape_string(cxstring str); + #ifdef __cplusplus }