Added a description to README

This commit is contained in:
2020-10-01 15:22:14 +02:00
parent 18fb82e228
commit da07023406

View File

@@ -0,0 +1,16 @@
# telnetST
## About
TelnetST is a small and very basic telnet client, that uses the Sting/StiK
drivers to access the remote terminal via TCP/IP.
Unlike other telnet clients, this one implements the generic VT52
compatibility, which means you'll be running telnet on a VT52-terminal.
This has the advantage, that you can use BBS's that run on modern day computers
via TCP/IP and still see a full screen.
Since most telnet systems require the terminal to run in 80 column mode, this
program only runs in high or medium resolution, switching resolutions on
startup, when you call it in colour mode.