Disable mouse events from visidata
dblume

dblume commited on 2023-04-03 19:24:26
Showing 1 changed files, with 2 additions and 0 deletions.

... ...
@@ -1 +1,3 @@
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 4