From 5be6190fabffcd539f3642811dabfadbd5ce2651 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Wed, 21 Aug 2013 00:57:21 -0400 Subject: [PATCH] add README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..36be56b --- /dev/null +++ b/README.md @@ -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. + + + + +