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:
parent
787df87bad
commit
298fa4a7f0
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue