marlene/README.md

21 lines
737 B
Markdown
Raw Permalink Normal View History

2018-04-26 00:22:40 +00:00
Marlene
2013-08-21 04:57:21 +00:00
--------
2018-04-26 00:22:40 +00:00
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.
2013-08-21 04:57:21 +00:00
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.
2018-04-26 00:22:40 +00:00
![](https://github.com/ksherlock/marlene/blob/master/screenshots/telnet.png "telnet man page")
2013-08-21 04:57:21 +00:00
2018-04-26 00:22:40 +00:00
![](https://github.com/ksherlock/marlene/blob/master/screenshots/vim.png "VIM")
2013-08-21 04:57:21 +00:00