mirror of
https://github.com/javalsai/lidm.git
synced 2025-09-03 11:48:00 +02:00
feat: utf8 support & partial ui.c refactor
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user