summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index d60c39f6e0..97e608d3bc 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -319,6 +319,8 @@ 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 */
323 int screen_scroll_step; /* pixels to advance screen view*/
322 324
323 /* auto bookmark settings */ 325 /* auto bookmark settings */
324 int autoloadbookmark; /* auto load option: 0=off, 1=ask, 2=on */ 326 int autoloadbookmark; /* auto load option: 0=off, 1=ask, 2=on */