conhost: Synchronize tty cursor position in set_output_info.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Jacek Caban 2020-09-04 13:50:47 +02:00 committed by Alexandre Julliard
parent 787df87bad
commit 298fa4a7f0
1 changed files with 1 additions and 0 deletions

View File

@ -613,6 +613,7 @@ static NTSTATUS set_output_info( struct screen_buffer *screen_buffer,
}
}
if (is_active( screen_buffer )) tty_sync( screen_buffer->console );
return STATUS_SUCCESS;
}