RC2014Z80 / picoterm

Pi Pico VGA Terminal Emulator For RC2014
BSD 3-Clause "New" or "Revised" License
63 stars 19 forks source link

issue #45: Fix traditional background colour sequence #47

Closed juzzas closed 1 year ago

juzzas commented 1 year ago

There is an error in the colouring for the ANSI/VT100 sequences for ESC [40m to [47m that incorrectly sets foreground colour. These should set the background colour.

The same issue applies for ESC [100m to ESC [107m for bright background.

This patch fixes the support for the traditional 8 colour (plus 8 bright colour) support.

mchobby commented 1 year ago

Thank Justin, Will have a look soon to it.