It was TeraLogic; one ‘r’ :)
DOS ver 0.95: https://www.geocities.ws/freewin3/textrev.html
Win32 ver 1.1: https://www.jazz2online.com/tilesets/stuff/TTM32.zip
Win32 ver 2.0: https://web.archive.org/web/20240213195823/https://www.sac.s...
Both Win32 versions worked for me in Wine just now:
Thank you!
NixOS is annoying because everything is weird and symlinked and so I find myself fairly frequently making the mistake of writing `#!/bin/bash`, only to be told it can't find it, and I have to replace the path with `/run/current-system/sw/bin/bash`.
Or at least I thought I did; apparently I can just have done `#!bash`. I just tested this, and it worked fine. You learn something new every day I guess.