This commit is contained in:
anon 2023-09-18 21:44:46 +02:00
parent ee016c4f2d
commit 3cf6ecc6f9

View File

@ -17,6 +17,7 @@ The type used for defining appropriate callbacks for render_string().
+ attributes - arbitrary data associated with the matched rule; intended to hold color/font information for example
typedef struct {
char * key;
attribute_callback_t callback;