top | item 40438558

(no title)

pleasecalllater | 1 year ago

This is a terminal https://en.wikipedia.org/wiki/Computer_terminal#/media/File:...

The software is just emulating the terminal behavior.

https://en.wikipedia.org/wiki/Computer_terminal

discuss

order

rsp1984|1 year ago

Thank you. I think it's a bit misleading then to call it a "terminal emulator". It's not really emulating one of those old boxes, is it? It's providing a text interface to a computer's functions. That's great but it's not emulating anything.

debugnik|1 year ago

It emulates them in the sense that they implement a virtual display and keyboard for the same wire protocols those old boxes used. Those protocols are mostly plain text, but also escape sequences for cursors, colors, layout, etc. Check out the VT100 sequences for example.