Enable mousewheel in VisiData
dblume

dblume commited on 2025-02-28 11:02:07
Showing 1 changed files, with 3 additions and 2 deletions.


Also note that disabling the motd does not prevent the Statuses
window from appearing on launch.
... ...
@@ -1,3 +1,4 @@
1 1
 options.disp_menu = False
2
-options.mouse_interval = 0 # disables the mouse-click
3
-options.scroll_incr = 0    # disables the scroll wheel
2
+#options.motd_url=''  # Doesn't prevent the "Statuses" window from being displayed
3
+#options.mouse_interval = 0 # disables the mouse-click
4
+#options.scroll_incr = 0    # disables the scroll wheel
4 5