Closed gabrielsroka closed 10 months ago
(I thought I'd merged this already, sorry). Yes, it's been on my todo list to fix both the reset behavior and the screen clear behavior - screen clearing is done by repeatedly sending blank characters while the clear screen button is down, not wiping everything at once, so in theory how long you hold down the clear screen button affects how much of the screen is cleared.
pressing ESC or printing it shows a ;
0:a9 1b 20 ef ff 4c 0 ff r
whereas https://github.com/stid/Apple1JS doesn't
ty.
pressing reset (shift+f1) also clears the screen. is it possible to separate those into 2 different buttons/functions? i think that's how the apple 1 worked.