summaryrefslogtreecommitdiff
path: root/apps/settings_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings_list.h')
-rw-r--r--apps/settings_list.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/settings_list.h b/apps/settings_list.h
index 0859b440e1..3127dbaf00 100644
--- a/apps/settings_list.h
+++ b/apps/settings_list.h
@@ -103,10 +103,11 @@ struct choice_setting {
103- a NVRAM setting is removed 103- a NVRAM setting is removed
104*/ 104*/
105#define F_TEMPVAR 0x0400 /* used if the setting should be set using a temp var */ 105#define F_TEMPVAR 0x0400 /* used if the setting should be set using a temp var */
106#define F_PADTITLE 0x800 /* pad the title with spaces to force it to scroll */
106#define F_NO_WRAP 0x1000 /* used if the list should not wrap */ 107#define F_NO_WRAP 0x1000 /* used if the list should not wrap */
107 108
108struct settings_list { 109struct settings_list {
109 uint32_t flags; /* ____ ___R TFFF ____ NNN_ _TVC IFRB STTT */ 110 uint32_t flags; /* ____ ___R TFFF ____ NNN_ PTVC IFRB STTT */
110 void *setting; 111 void *setting;
111 int lang_id; /* -1 for none */ 112 int lang_id; /* -1 for none */
112 union storage_type default_val; 113 union storage_type default_val;