aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Koster <dillo@ombertech.com>2024-04-25 21:39:48 +0200
committerRodrigo Arias Mallo <rodarima@gmail.com>2024-04-25 21:49:10 +0200
commit7113ff2f7c195fc375972c8f4385d09d26d551a0 (patch)
tree9afc8d68d95edfae2dcb588a21cbe7060bb6cc24
parenta0151cbc86166731465b963ea3addb04d866baae (diff)
Improve description of scroll_step option
See: https://lists.mailman3.com/hyperkitty/list/dillo-dev@mailman3.com/message/5DGCSCREF2SMOADHBHJVCB33BMYDSBHG/
-rw-r--r--dillorc7
1 files changed, 5 insertions, 2 deletions
diff --git a/dillorc b/dillorc
index 43d2ea1a..13baf26c 100644
--- a/dillorc
+++ b/dillorc
@@ -40,7 +40,10 @@
# Set your default directory for download/save operations
#save_dir=/tmp
-# Mouse wheel scroll step in pixels
+# Set the increment in pixels that the page is moved up/down with each input
+# from the mouse wheel, keyboard arrow keys, or scrollbar arrow buttons.
+# Page movement with the Page Up/Down keys is one scroll_step less than the
+# height of the visible page area.
#scroll_step=100
#-------------------------------------------------------------------------
@@ -89,7 +92,7 @@
# If this is set to YES, all CSS size specifications for tables are
# adjusted so that all contents can be displayed. This is seperated
# from "adjust_min_width" so that it is able to mimic Firefox, which
-# differenciates between tables and, say, textblocks (in some cases).
+# differentiates between tables and, say, textblocks (in some cases).
#adjust_table_min_width=YES
#-------------------------------------------------------------------------