missing file
This commit is contained in:
parent
7588a9706d
commit
e0f4e82765
16
mingw-w64-notcurses/0003-add-dummy-termios.patch
Normal file
16
mingw-w64-notcurses/0003-add-dummy-termios.patch
Normal file
@ -0,0 +1,16 @@
|
||||
--- notcurses-3.0.16/src/compat/compat.h.orig 2025-10-05 12:22:18.032744000 +0200
|
||||
+++ notcurses-3.0.16/src/compat/compat.h 2025-10-05 12:21:01.889082500 +0200
|
||||
@@ -20,6 +20,13 @@
|
||||
#endif
|
||||
|
||||
#ifdef __MINGW32__
|
||||
+struct termios {
|
||||
+ unsigned int c_iflag;
|
||||
+ unsigned int c_oflag;
|
||||
+ unsigned int c_cflag;
|
||||
+ unsigned int c_lflag;
|
||||
+ unsigned char c_cc[32];
|
||||
+};
|
||||
static inline char
|
||||
path_separator(void){
|
||||
return '\\';
|
||||
Loading…
x
Reference in New Issue
Block a user