diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mingw.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h index 04700963c..729a08db0 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -178,6 +178,7 @@ int winansi_getc(FILE *stream); | |||
178 | #define getc winansi_getc | 178 | #define getc winansi_getc |
179 | 179 | ||
180 | int winansi_get_terminal_width_height(struct winsize *win); | 180 | int winansi_get_terminal_width_height(struct winsize *win); |
181 | int winansi_set_terminal_width_height(struct winsize *win); | ||
181 | 182 | ||
182 | /* | 183 | /* |
183 | * stdlib.h | 184 | * stdlib.h |
@@ -225,6 +226,7 @@ int ffs(int i); | |||
225 | */ | 226 | */ |
226 | 227 | ||
227 | #define TIOCGWINSZ 0x5413 | 228 | #define TIOCGWINSZ 0x5413 |
229 | #define TIOCSWINSZ 0x5414 | ||
228 | 230 | ||
229 | int ioctl(int fd, int code, ...); | 231 | int ioctl(int fd, int code, ...); |
230 | 232 | ||