summaryrefslogtreecommitdiff
path: root/dillorc
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2024-10-06 10:37:14 +0200
committerRodrigo Arias Mallo <rodarima@gmail.com>2024-10-13 13:36:47 +0200
commit7bade294672a638bcd1b0451333be5bb948cbbf7 (patch)
treea44310f1ba962197bdda543a19d32c08b7929534 /dillorc
parent05094b91a070c0a498870a473b37732929289ca1 (diff)
Add support for left scrollbar
Implements support for placing the vertical scrollbar on the left side by setting scrollbar_on_left=YES on dillorc. By default, continues to be on the right side. See: https://www.toomanyatoms.com/software/mobilized_dillo.html Authored-By: dogma
Diffstat (limited to 'dillorc')
-rw-r--r--dillorc3
1 files changed, 3 insertions, 0 deletions
diff --git a/dillorc b/dillorc
index 4345eaba..99aa1e65 100644
--- a/dillorc
+++ b/dillorc
@@ -46,6 +46,9 @@
# height of the visible page area.
#scroll_step=100
+# Place the vertical scrollbar on the left side (default right).
+#scrollbar_on_left=NO
+
#-------------------------------------------------------------------------
# RENDERING SECTION
#-------------------------------------------------------------------------