tschak909 / platotermamiga

PLATOTerm for the Commodore-Amiga
GNU General Public License v3.0
8 stars 4 forks source link

Color rendering difficult (or impossible) to read #27

Open lastebil opened 5 years ago

lastebil commented 5 years ago

I believe this may be a 1.3 vs 2.0 and greater issue (and I am using Amiga os 3.1.4) however: Once connected (to irata.online port 8005,) the colors are redefined.

For the login page, the text is red on green. Once logged in a guest, the screen seems blank - but hitting enter (next) seems to have entered the game menu, which then changes the screen to bright blue with gold text; however the palette shows that the first color is gold, the second grey, the third red, fourth bright green, fifth bright blue, sixth and seventh black, and the last white.

This seems different from my experience with the c64 Plato terminal, as well as what I recall from College where we had a Plato terminal. (Mind you, I think that was a green only monitor.)

(3.1.4 is the new Amiga OS that came out 6 months ago. I can test on 3.1 to determine if that is the issue, if no one else experiences this.)

tschak909 commented 5 years ago

Red on green text indicates that you are processing TELNET escape sequences. If you are using something like telser.device, you need to ensure that it is set up to IGNORE ALL TELNET ESCAPE SEQUENCES. This can be set up in tsconfig.

-Thom

On Sun, Jan 13, 2019 at 5:53 PM Per Persson notifications@github.com wrote:

I believe this may be a 1.3 vs 2.0 and greater issue, however: Once connected (to irata.online port 8005,) the colors are redefined.

For the login page, the text is red on green. Once logged in a guest, the screen seems blank - but hitting enter (next) seems to have entered the game menu, which then changes the screen to bright blue with gold text; however the palette shows that the first color is gold, the second grey, the third red, fourth bright green, fifth bright blue, sixth and seventh black, and the last white.

This seems different from my experience with the c64 Plato terminal, as well as what I recall from College where we had a Plato terminal. (Mind you, I think that was a green only monitor.)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tschak909/platotermamiga/issues/27, or mute the thread https://github.com/notifications/unsubscribe-auth/ACocZkWCWIN9IEnReG17QaXTspjgg8Pvks5vC8b1gaJpZM4Z9coo .

tschak909 commented 5 years ago

Were you able to resolve this problem? -Thom