Compile drawterm on Fedora 38
First install two dependencies:
sudo dnf install libX11-devel libXt-devel
Clone the repo and compile it:
git clone git://git.9front.org/plan9front/drawterm
cd drawterm
CONF=unix make
That should produce drawterm
binary.