GeorgRottensteiner / C64Studio

C64Studio is a .NET based IDE specializing in game development for the C64 in assembler and BASIC
Other
260 stars 38 forks source link

Charscreen reverse mode backspace clears in non-reverse. #81

Closed mokdevel closed 1 year ago

mokdevel commented 1 year ago

When in Charscreen editor and in reverse mode writing text with Direct Text Entry, backspace cleans in non-reverse. Backspace normally paint space ($20) and in reverse mode should paint reverse space ($a0). Currently it paints the non-reverse space.

Tested in WIP (7.3.5)

GeorgRottensteiner commented 1 year ago

Fixed with commit ca4dfe95842ff71df13aa8a71e273f668216f64f

Also uploaded as WIP version.