summaryrefslogtreecommitdiffstatshomepage
path: root/windows/windows_mphal.c
diff options
context:
space:
mode:
Diffstat (limited to 'windows/windows_mphal.c')
-rw-r--r--windows/windows_mphal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/windows_mphal.c b/windows/windows_mphal.c
index f2f8cd9527..db03571baa 100644
--- a/windows/windows_mphal.c
+++ b/windows/windows_mphal.c
@@ -92,7 +92,7 @@ void mp_hal_move_cursor_back(uint pos) {
SetConsoleCursorPosition(con_out, info.dwCursorPosition);
}
-void mp_hal_erase_line_from_cursor() {
+void mp_hal_erase_line_from_cursor(uint n_chars_to_erase) {
assure_conout_handle();
CONSOLE_SCREEN_BUFFER_INFO info;
GetConsoleScreenBufferInfo(con_out, &info);