ref: 45f6dd9f8e21e2e8d6b185d39b2f36098e62b286
parent: 7c62730484a8cfa0aed8ba80e0e6f9f33511ed75
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Thu Oct 3 13:45:07 EDT 2024
drawterm: cosmetic changes for Windows section
--- a/drawterm.md
+++ b/drawterm.md
@@ -21,6 +21,7 @@
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.
@@ -42,7 +43,8 @@
## Windows
-Step -3: set your `$PATH` right
+Step -3: set your `$PATH` right to point at MinGW toolchain.
-`Make.win32` prefixes the toolchain program variables with $(MING).
-Make sure the resulting names match up with toolchian program names.
+`Make.win64` and `Make.win32` prefix the toolchain executables with
+$(MING). Make sure the resulting names match up with toolchain
+program names.