Drawterm on macOS Lab
My Drawterm Laboratory where I am doing stuff that might cause mockery and other insults.
This is a fork of http://drawterm.9front.org/ with a focus to improve support on macOS.
Notable modifications:
- WTF: Fix cursor memory corruption (see hotfix/darwin-cursor-memory-corruption)
- OMG: Simulated mouse buttons for Mac laptops (see feature/macbook-simulated-buttons)
- WDYMBT: Support for audio on macOS (see feature/macos-audio)
Install dependencies to support audio:
$ brew install portaudio
Build:
$ CONF=osx-cocoa make -j4
$ cp drawterm gui-cocoa/drawterm.app/
No.