On Wed, Nov 22, 2017, at 16:33, Angelo Papenhoff wrote:
I wrote a VT05 emulator some while ago:
https://github.com/aap/vt05
It's certainly not perfect and probably has some bugs, but I somehow had
the urge to write it for no particular reason.
I would actually be interested in the newline delay the machine needs
because I didn't implement it.
It turns out it was for any vertical movement, not just scrolling. And
the padding was required in the *middle* of the cursor addressing
sequence.
https://vt100.net/docs/vt05-rm/chapter2.html#S2.7 has the details.