nurpax / petmate

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

Show the selected char when drawing #7

Closed Esshahn closed 6 years ago

Esshahn commented 6 years ago

When drawing, only the rectangle border is shown.

Instead, the selected character should be displayed, so that one can immediately see

nurpax commented 6 years ago

Agreed. This is how I had it earlier but it got dropped in some refactoring but I intended to add it back.

nurpax commented 6 years ago

Done for showing current char. But need colorize support too.