added blackmagic (funcptr/string modifiers on actions)

This commit is contained in:
nova
2025-07-06 07:03:45 +02:00
parent 88beeffafe
commit 322a1495c0
5 changed files with 64 additions and 39 deletions

View File

@@ -73,6 +73,7 @@ typedef struct Mimetype {
typedef struct Binding {
char* key;
void (*func)();
void* black_magic;
char* comment;
} binding;