From ff4e3be90722d7cd38c9d96932783b09fd3810d9 Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Tue, 8 Mar 2022 19:42:02 +0100 Subject: [PATCH] [options] Added unsigned int node to struct option It will be used for colors. --- src/config/options.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/options.h b/src/config/options.h index 6bcfc9fb..4210c2aa 100644 --- a/src/config/options.h +++ b/src/config/options.h @@ -203,6 +203,7 @@ struct option { union option_value value; const char *desc; const char *capt; + unsigned int node; struct option *root;