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

@@ -28,7 +28,6 @@ struct ctx_typ {
char* NULLABLE exec;
char* NULLABLE tryexec;
};
// NOLINTNEXTLINE(bugprone-easily-swappable-parameters)
struct status cb(void* _ctx, char* NULLABLE table, char* key, char* value) {
struct ctx_typ* ctx = (struct ctx_typ*)_ctx;
struct status ret;