mkrueger / icy_term

Old school ANSI/AVT terminal program for modern systems.
Apache License 2.0
71 stars 4 forks source link

Raw Protocol does not work #76

Open mleair opened 7 months ago

mleair commented 7 months ago

When I try to connect to a BBS with the Raw protocol, the terminal program quickly disconnects after a connection is established. The telnet protocol works, but Raw is needed on Atari (ATASCII) BBSs for proper displaying of ATASCII graphics. It's also needed for file transfers on BBSs that are configured for Raw protocol (which is the case for most Atari 8 bit BBSs) . Thank you for looking into this issue.

mkrueger commented 7 months ago

Which OS and version number of icy_term? Seems to work on linux.

EDIT: I may've found one possible issue on windows.

I've updated the 7.3 build here with a patch:
https://github.com/mkrueger/icy_term/releases/tag/0.7.3

Can you confirm that this works?