four-color, vt100 telnet client for the Apple IIgs
Go to file
ksherlock 458bedcb11
Update README.md
2018-04-25 20:22:40 -04:00
screenshots add some screenshots. 2018-04-25 20:16:43 -04:00
GNUmakefile rename a bit 2018-04-21 15:40:50 -04:00
README.md Update README.md 2018-04-25 20:22:40 -04:00
ansi.asm add a cursor. 2018-04-25 20:00:49 -04:00
chars.asm rewrite vt100 and telnet. 2018-04-21 15:30:26 -04:00
display.c rewrite vt100 and telnet. 2018-04-21 15:30:26 -04:00
main.c change color scheme. dark blue on black is unreadable. dark green on white is pleasurable. 2018-04-25 20:02:32 -04:00
makefile rename a bit 2018-04-21 15:40:50 -04:00
marinetti.c when closing TIMEWAIT is an acceptable status. 2018-04-21 16:25:59 -04:00
marinetti.h rewrite vt100 and telnet. 2018-04-21 15:30:26 -04:00
telnet.c new telnet code. 2018-04-21 16:14:14 -04:00
telnet.h rewrite vt100 and telnet. 2018-04-21 15:30:26 -04:00
vt100.c fix parameter count calculation (again) 2018-04-25 20:01:18 -04:00

README.md

Marlene

This is a IIgs telnet client I wrote circa 2004. I recently (2013) dusted it off and fixed a couple telnet negotiation bugs. Then I recently (2018) completely redid the telnet negotiation, vt100, and drawing code. Aside from alternate character sets, it should be more or less vt100 compatible.

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.