mkrueger / icy_tools

A colletion of ansi/bbs related applications
Apache License 2.0
46 stars 2 forks source link

Viewdata doesn't render properly #32

Closed nelgin closed 2 weeks ago

nelgin commented 4 weeks ago

Hi there,

I'm not sure if this is a limitation due to graphics or something, but the display isn't rendering properly.

https://ctrl.vi/i/70TJZC8yn

Also, _ should display as #.

nelgin commented 4 weeks ago

Should have said, this is at endofthelinebbs.com port 6502 which uses 7E1. I have similar issues with glasstty.com port 6502.

mkrueger commented 2 weeks ago

Doesn't seem you've enabled the correct screen mode. You need to set it to "VIDEOTEX" - for technical reasons parser & screenmode are different things. However in the UI I need to represent that differently because in fact for many legacy systems like C64/Atari/ViewData it's tightly connected. For some like DOS it's not.

image

mkrueger commented 2 weeks ago

image