On 2020-04-18, Derek Martin <inva...@pizzashack.org> wrote: > Termite emulates an RS-232 terminal--a simple (AKA "dumb") ASCII > terminal, whereas rxvt has a more complex interface that allows > sending and receiving a variety of control sequences to represent > when someone has pressed a key with a modifier key (like Alt) and > other control functions.
RS-232 is an electrical standard specifing a connector and voltage levels. It says nothing about ASCII or anything else about the data being transmitted. Some RS-232 terminals were far more sophisticated than rxvt. Not only did they support the same ANSI command set that rxvt supports, but some also supported sophisticated vector graphics command sets, printing to attached printers, and various other things that rxvt has never dreamed of. -- Grant