aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mingw.h3
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)
153BOOL conToCharBuffA(LPSTR d, DWORD len); 153BOOL conToCharBuffA(LPSTR d, DWORD len);
154BOOL conToCharA(LPSTR d); 154BOOL conToCharA(LPSTR d);
155 155
156// same as ReadConsoleInputA, but delivers UTF8 regardless of console CP
157BOOL readConsoleInput_utf8(HANDLE h, INPUT_RECORD *r, DWORD len, DWORD *got);
158
156void set_title(const char *str); 159void set_title(const char *str);
157void move_cursor_row(int n); 160void move_cursor_row(int n);
158void reset_screen(void); 161void reset_screen(void);