shithub: docs.9front.org

Download patch

ref: 62cb1f0034358030ff936e81f0cd85caa153a8a8
parent: 0f368e5cc704a105303b30da2d7bc61a9223c5ab
author: Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
date: Tue Aug 11 04:03:39 EDT 2020

drawterm: engrish

--- a/drawterm.md
+++ b/drawterm.md
@@ -6,9 +6,9 @@
 For audio to work under Linux without `/dev/dsp`, one can use `sndio`.
 Install it with your favorite package manager, run `sndiod`, modify `Make.unix`:
 change `AUDIO=unix` to `AUDIO=sndio` and add `-lsndio` to `LDADD`. Run `make CONF=unix`.
-Sounds should work.
+Sound should work now.
 
-Since 9front is supposed to be used with three mouse buttons, sometimes X11 (or Wayland)
+Since 9front is supposed to be used with three-button mouse, sometimes X11 (or Wayland)
 gets in the way of that, especially on Thinkpads, by emulating mouse wheel scroll with
 the middle trackpad button. It is advised to completely disable it. With sway
 `input * scroll_button disable` needs to be added to the configuration.