I released the MVP of my Go library providing support for DEC Encodings and Controls [real Hardware demo clip on link]
vtTools is a Go library designed to support Digital Equipment Corporation Video Terminals, specifically the DEC VT220 in 8-bit mode. It enables Go developers to write code in UTF-8 that runs correctly on DEC Video Terminals, addressing the compatibility issues between UTF-8 and DEC's proprietary 8-bit encoding. The library offers functionalities for encoding UTF-8 text to VT220 character encoding, manipulating terminal attributes, and controlling the terminal according to its specifications.
0 Comments