1
0
mirror of https://github.com/rricharz/Tek4010.git synced 2026-04-14 23:58:31 +00:00

version 1.3, see versions.txt

This commit is contained in:
¨Rene Richarz
2019-04-29 10:33:59 +02:00
parent e2c2dffc7e
commit 5cdde275aa
3 changed files with 8 additions and 1 deletions

BIN
tek4010

Binary file not shown.

2
tube.c
View File

@@ -180,7 +180,7 @@ void tube_init(int argc, char* argv[])
char *argv2[20];
size_t bufsize = 127;
int firstArg = 1;
printf("tek4010 version 1.2.6\n");
printf("tek4010 version 1.3\n");
windowName = "Tektronix 4010/4014 emulator";
if ((argc<2) || (argc>19)) {
printf("Error:number of arguments\n");

View File

@@ -1,3 +1,10 @@
Version 1.3 April 29, 2019
============================
Bug fixes
- Vertical positioning in ARDS mode
- Character size change did not leave escape mode
- Intensity change did not include effect of flood gun
Version 1.2.6 April 26, 2019
============================
New features