summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 4374cc720b..79b47f6a0f 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -531,6 +531,7 @@ struct user_settings
531 0=goto previous location */ 531 0=goto previous location */
532 bool scroll_paginated; /* 0=dont 1=do */ 532 bool scroll_paginated; /* 0=dont 1=do */
533 bool list_wraparound; /* wrap around to opposite end of list when scrolling */ 533 bool list_wraparound; /* wrap around to opposite end of list when scrolling */
534 int list_order; /* order for numeric lists (ascending or descending) */
534 int scroll_speed; /* long texts scrolling speed: 1-30 */ 535 int scroll_speed; /* long texts scrolling speed: 1-30 */
535 int bidir_limit; /* bidir scroll length limit */ 536 int bidir_limit; /* bidir scroll length limit */
536 int scroll_delay; /* delay (in 1/10s) before starting scroll */ 537 int scroll_delay; /* delay (in 1/10s) before starting scroll */