1
0
mirror of https://github.com/rricharz/Tek4010.git synced 2026-02-03 15:22:53 +00:00

Cygwin defines FIONREAD in <sys/socket.h>. #26

This commit is contained in:
Rene Richarz
2021-01-25 14:39:33 +01:00
parent 676f2e0ce7
commit 0404e2effc
3 changed files with 6 additions and 1 deletions

BIN
tek4010

Binary file not shown.

3
tube.c
View File

@@ -48,6 +48,7 @@
#include <sys/time.h>
#include <locale.h>
#include <pwd.h>
// Cygwin defines FIONREAD in <sys/socket.h>. #26
#ifndef FIONREAD
#include <sys/socket.h>
#endif
@@ -287,7 +288,7 @@ void tube_init(int argc, char* argv[])
char *argv2[20];
size_t bufsize = 127;
int firstArg = 1;
printf("tek4010 version 1.5.7b\n");
printf("tek4010 version 1.6\n");
windowName = "Tektronix 4010/4014 emulator";
if ((argc<2) || (argc>19)) {
printf("Error:number of arguments\n");

View File

@@ -1,3 +1,7 @@
Version 1.6 of January 25, 2021
===============================
- Cygwin defines FIONREAD in <sys/socket.h>.
Version 1.5.7b of January 27, 2020
==================================
- ESC FF clears the screen, FF alone does not, as in the original hardware