diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mingw.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h index a826d7eaa..34c8bfa3f 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -153,6 +153,9 @@ IMPL(setlinebuf, void, ,FILE *fd UNUSED_PARAM) | |||
153 | BOOL conToCharBuffA(LPSTR d, DWORD len); | 153 | BOOL conToCharBuffA(LPSTR d, DWORD len); |
154 | BOOL conToCharA(LPSTR d); | 154 | BOOL conToCharA(LPSTR d); |
155 | 155 | ||
156 | // same as ReadConsoleInputA, but delivers UTF8 regardless of console CP | ||
157 | BOOL readConsoleInput_utf8(HANDLE h, INPUT_RECORD *r, DWORD len, DWORD *got); | ||
158 | |||
156 | void set_title(const char *str); | 159 | void set_title(const char *str); |
157 | void move_cursor_row(int n); | 160 | void move_cursor_row(int n); |
158 | void reset_screen(void); | 161 | void reset_screen(void); |