nurpax / petmate

PETSCII editor with Electron/React/Redux
MIT License
183 stars 14 forks source link

Fixed optimization reverse chars and export issues #160

Closed manuelvio closed 5 years ago

manuelvio commented 5 years ago

This commit should fix #158 and #159.

I followed @sixofdloc suggestions and updated conversion logic accordingly. Regarding blanks I added a check for current reverse status in order to properly reinsert non-reversed blanks where needed.

nurpax commented 5 years ago

Thank you very much!