rricharz / Tek4010

Free Tektronix 4010, 4013, 4014 and 4015 terminal emulator for Raspberry Pi, Linux, macOS (Macintosh) and Windows
GNU General Public License v3.0
244 stars 29 forks source link

Tek4010 no longer clears screen during demos #19

Closed tvrusso closed 4 years ago

tvrusso commented 4 years ago

Commit bdf1bed ostensibly changed tek4010 to clear the screen only with ESC FF rather than just FF, but seems to have disabled clearing the screen at all.

./tek4010 -noexit ./idemo.sh

winds up not clearing the screen at all between plots. The plotfiles also have ESC FF in them to clear the text from one screen and let the graphics show. These do not work either.

If I undo commit bdf1bed, the demos perform as expected.

rricharz commented 4 years ago

Sorry, reverted this commit.

rricharz commented 4 years ago

Bug fixed properly and resubmitted as version 1.5.7b. tek4010 should now clear the screen again with ESC FF, but not with FF. This is the behavior of the original hardware. Please let me know if this version causes any problems.

tvrusso commented 4 years ago

Looks good. Thank you.

tvrusso commented 4 years ago

Fixed by commit c322e2ef311b42d77ce92aa3c8c4900fefb7acd5