1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-26 16:45:12 -04:00

[options] Added unsigned int node to struct option

It will be used for colors.
This commit is contained in:
Witold Filipczyk 2022-03-08 19:42:02 +01:00
parent e26fb55fa7
commit ff4e3be907

View File

@ -203,6 +203,7 @@ struct option {
union option_value value;
const char *desc;
const char *capt;
unsigned int node;
struct option *root;