summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 97e608d3bc..ebd3ec35b0 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -319,8 +319,10 @@ struct user_settings
319 int bidir_limit; /* bidir scroll length limit */ 319 int bidir_limit; /* bidir scroll length limit */
320 int scroll_delay; /* delay (in 1/10s) before starting scroll */ 320 int scroll_delay; /* delay (in 1/10s) before starting scroll */
321 int scroll_step; /* pixels to advance per update */ 321 int scroll_step; /* pixels to advance per update */
322 bool offset_out_of_view; /* should lines scroll out of the screen */ 322#ifdef HAVE_LCD_BITMAP
323 int screen_scroll_step; /* pixels to advance screen view*/ 323 bool offset_out_of_view;
324 int screen_scroll_step;
325#endif
324 326
325 /* auto bookmark settings */ 327 /* auto bookmark settings */
326 int autoloadbookmark; /* auto load option: 0=off, 1=ask, 2=on */ 328 int autoloadbookmark; /* auto load option: 0=off, 1=ask, 2=on */