mateoconlechuga / cesium

A GUI shell for the TI-84+CE
BSD 3-Clause "New" or "Revised" License
248 stars 17 forks source link

[Feature Request] An option to turn off auto−graph clearing when executing a program in Cesium. #196

Closed ShinyTillDawn closed 2 years ago

ShinyTillDawn commented 2 years ago

I was testing a TI−Basic Program in Cesium trying to find coordinates to place certain shapes, but every time I close that program on Cesium, the graph screen gets cleared! I can tell this is probably intentional, so therefore I'm not reporting this as a [i]bug.[/i] However, I would like if there was an option to leave the graph screen intact so that I can run programs on Cesium and break out of it so I can easily look at what's drawn on the screen to be informed on what coordinates I should locate objects in. Perhaps the nature of Cesium covering the entire screen makes this impossible...

mateoconlechuga commented 2 years ago

A lot of assembly/C programs use the graph screen memory as scratch space, so Cesium clears it. For basic programs though I can see how this might be useful, so I'll see if I can add it as a setting option.

mateoconlechuga commented 2 years ago

fixed with c878fab