prog8/examples/cx16/vtui
OODLER e7698686fa
fixed a glitch in the prog8/vtui example (#117)
When the program starts, before the screen is modified, save_rec
is called to capture the cx16 logo.

The fix was to not do the second call to save_rec until after
vtui is used to draw the boxes on the screen.

Before the this fix, the initial replacement issue was of the
logo and not the portion of the screen originally modified by
vtui.
2023-12-20 23:49:47 +01:00
..
testvtui.p8 fixed a glitch in the prog8/vtui example (#117) 2023-12-20 23:49:47 +01:00
VTUI1.0.BIN update vtui example to vtui 1.0 2023-01-24 01:00:21 +01:00