nurpax / petmate

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

Request: Status Bar Screen/Color RAM Addition #205

Open deadline-cxn opened 3 years ago

deadline-cxn commented 3 years ago

Would like to have addition of Screen RAM and Color RAM on the Status Bar at the bottom that updates when the cursor changes. Similar to how X: and Y: are displayed.

To appear something like:

X:0 Y:0 C:$20/32 Size:40x25 Screen RAM: $0400/1024 Color RAM: $D800/55296

I realize that if you're using different screen ram, swapping out banks and things, or you have an arbitrary screen size set it will not be correct. Nevertheless, it could serve as a base. Maybe it could update according to these things taken into account, which technically is possible.

This idea has already been implemented (without HEX and Color) here in this one line pull request.

https://github.com/nurpax/petmate/pull/197/commits/bfb61b719b075528a6f0a275ed64fb21357f8ee5

Thanks, Deadline