Make variable expansion work with the new parsing
This commit is contained in:
@ -40,6 +40,7 @@ struct Colortriple {
|
||||
struct Variable {
|
||||
char *key;
|
||||
char *value;
|
||||
char *next_match;
|
||||
|
||||
SLIST_ENTRY(Variable) variables;
|
||||
};
|
||||
|
Reference in New Issue
Block a user