mirror of
https://github.com/rricharz/Tek4010.git
synced 2026-01-11 23:53:16 +00:00
reverted last commit
This commit is contained in:
parent
bdf1bedc46
commit
bf580fd30c
@ -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) {
|
||||
|
||||
2
tube.c
2
tube.c
@ -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.7\n");
|
||||
printf("tek4010 version 1.5.6\n");
|
||||
windowName = "Tektronix 4010/4014 emulator";
|
||||
if ((argc<2) || (argc>19)) {
|
||||
printf("Error:number of arguments\n");
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user