Erlang: Silly way to see if your shell supports VT100 commands

There are a few cases where it can be useful to use VT100 terminal commands in shell interaction scripts to draw frames, progressbars, menu lines, position the cursor, clear the screen, colorize text, etc. I actually have a small library of utilities like this I might eventually release, but its a pretty niche need. Anyway, […]