add README

This commit is contained in:
Kelvin Sherlock 2013-08-21 00:57:21 -04:00
parent 192ddd704e
commit 5be6190fab
1 changed files with 16 additions and 0 deletions

16
README.md Normal file
View File

@ -0,0 +1,16 @@
FCTelnet
--------
This is a IIgs telnet client I wrote circa 2004. I recently dusted it
off and fixed a couple telnet negotiation bugs.
It uses 4-color 640x200 graphics, which means it's slower than text but
has twice as many colors!
Characters are 8 pixels wide (80 x 8 = 640) which is a bit heavy on the
character spacing, but the drawing is simpler than 7 pixel characters.