Skip to content

Commit

Permalink
FF does not erase screen anymore, only ESC FF does
Browse files Browse the repository at this point in the history
  • Loading branch information
rricharz committed Jan 26, 2020
1 parent 6d0e2e9 commit bdf1bed
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
Binary file modified tek4010
Binary file not shown.
2 changes: 1 addition & 1 deletion tek4010.c
Expand Up @@ -316,7 +316,7 @@ int tek4010_checkReturnToAlpha(int ch)
mode = 0;
showCursor = 0;
if (ch == 12) {
tube_doClearPersistent = 1;
// tube_doClearPersistent = 1;
todo = 0;
}
if (ch == 27) {
Expand Down
2 changes: 1 addition & 1 deletion tube.c
Expand Up @@ -284,7 +284,7 @@ void tube_init(int argc, char* argv[])
char *argv2[20];
size_t bufsize = 127;
int firstArg = 1;
printf("tek4010 version 1.5.6\n");
printf("tek4010 version 1.5.7\n");
windowName = "Tektronix 4010/4014 emulator";
if ((argc<2) || (argc>19)) {
printf("Error:number of arguments\n");
Expand Down
4 changes: 4 additions & 0 deletions versions.txt
@@ -1,3 +1,7 @@
Version 1.5.7 of January 25, 2020
=================================
- FF does not clear screen, only ESC FF does

Version 1.5.6 of December 2, 2019
=================================
- Improved handling of PLOT 10 data
Expand Down

0 comments on commit bdf1bed

Please sign in to comment.