summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 56f61eb9b7..36fcff3814 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -318,8 +318,11 @@ static struct bit_entry hd_bits[] =
318 {2, S_O(talk_file), 0, "talk file", "off,number,spell" }, 318 {2, S_O(talk_file), 0, "talk file", "off,number,spell" },
319 {1, S_O(talk_menu), true, "talk menu", off_on }, 319 {1, S_O(talk_menu), true, "talk menu", off_on },
320 320
321 /* new stuff to be added here */ 321 /* new stuff to be added at the end */
322 /* If values are just added to the end, no need to bump the version. */ 322 /* If values are just added to the end, no need to bump the version. */
323 {2, S_O(sort_file), 0, "sort files", "alpha,oldest,newest,type" },
324 {2, S_O(sort_dir), 0, "sort dirs", "alpha,oldest,newest" },
325
323 326
324 /* Sum of all bit sizes must not grow beyond 0xB8*8 = 1472 */ 327 /* Sum of all bit sizes must not grow beyond 0xB8*8 = 1472 */
325}; 328};