mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-02 08:57:19 -04: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;
|
union option_value value;
|
||||||
const char *desc;
|
const char *desc;
|
||||||
const char *capt;
|
const char *capt;
|
||||||
|
unsigned int node;
|
||||||
|
|
||||||
struct option *root;
|
struct option *root;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user