shithub: docs.9front.org

Download patch

ref: 827f6218ef9eee4bbba168c9d7575b5d6b9c2dba
parent: 527287ff23bdd32d9bb085313766a8a82b528acb
author: kvik <kvik@a-b.xyz>
date: Sun Aug 23 08:06:04 EDT 2020

drawterm: add mouse wheel emulation disable tip (thanks Julien Blanchard)

--- a/drawterm.md
+++ b/drawterm.md
@@ -18,6 +18,10 @@
 `input * scroll_button disable` needs to be added to the configuration.
 With X11 `xinput` has to be used to disable mouse wheel emulation.
 
+## OpenBSD
+Run or add to your .xinitrc `xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation" 0`
+to disable mouse wheel emulation.
+
 ## Android
 
 Install [termux](https://play.google.com/store/apps/details?id=com.termux)