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:
3
tube.c
3
tube.c
@@ -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");
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user