feat: utf8 support & partial ui.c refactor

This commit is contained in:
2025-06-20 21:31:03 +02:00
parent d5688f5c5c
commit 787b412005
17 changed files with 366 additions and 264 deletions

View File

@@ -117,7 +117,6 @@ union typ_ptr {
struct Vector* vec;
uintptr_t ptr;
};
// NOLINTNEXTLINE(bugprone-easily-swappable-parameters)
struct parser_error parse_key(enum introspection_type typ, union typ_ptr at,
char* key, size_t offset) {
char* aux_str = NULL;