5 ms·
This is a terminal https://en.wikipedia.org/wiki/Computer_terminal#/media/File:Televideo925Terminal.jpg https://en.wikipedia.org/wiki/Computer_terminal#/media/F
by pleasecalllater 2y ago
This is a terminal https://en.wikipedia.org/wiki/Computer_terminal#/media/File:Televideo925Terminal.jpg https://en.wikipedia.org/wiki/Computer_terminal#/media/File:...
The software is just emulating the terminal behavior.
https://en.wikipedia.org/wiki/Computer_terminal https://en.wikipedia.org/wiki/Computer_terminal
- rsp1984 2y agoThank 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 2y agoIt 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.