=== modified file 'driver-ti.c' --- driver-ti.c 2019-02-17 17:32:49 +0000 +++ driver-ti.c 2019-02-17 16:15:45 +0000 @@ -18,9 +18,7 @@ #include #include #include -#ifndef _WIN32 -# include -#endif +#include #include #include @@ -425,10 +423,8 @@ if(fstat(tk->fd, &statbuf) == -1) return 0; -#ifndef _WIN32 if(S_ISFIFO(statbuf.st_mode)) return 1; -#endif // Can't call putp or tputs because they suck and don't give us fd control len = strlen(start_string); @@ -456,10 +452,8 @@ if(fstat(tk->fd, &statbuf) == -1) return 0; -#ifndef _WIN32 if(S_ISFIFO(statbuf.st_mode)) return 1; -#endif /* The terminfo database will contain keys in application cursor key mode. * We may need to enable that mode