four-color, vt100 telnet client for the Apple IIgs
Go to file
Kelvin Sherlock 5be6190fab add README 2013-08-21 00:57:21 -04:00
README.md add README 2013-08-21 00:57:21 -04:00
ansi.asm initial version (200x) 2013-08-20 22:10:47 -04:00
chars.asm fix bug in + character 2013-08-21 00:24:08 -04:00
darlene.c remove logging 2013-08-21 00:26:19 -04:00
display.c initial version (200x) 2013-08-20 22:10:47 -04:00
makefile initial version (200x) 2013-08-20 22:10:47 -04:00
marinetti.c initial version (200x) 2013-08-20 22:10:47 -04:00
marinetti.h initial version (200x) 2013-08-20 22:10:47 -04:00
telnet.h initial version (200x) 2013-08-20 22:10:47 -04:00
vt100.c initial version (200x) 2013-08-20 22:10:47 -04:00

README.md

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.