mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
[options] Added unsigned int node to struct option
It will be used for colors.
This commit is contained in:
parent
e26fb55fa7
commit
ff4e3be907
@ -203,6 +203,7 @@ struct option {
|
||||
union option_value value;
|
||||
const char *desc;
|
||||
const char *capt;
|
||||
unsigned int node;
|
||||
|
||||
struct option *root;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user