Commit 1c9c1ebc authored by Hugh McMaster's avatar Hugh McMaster Committed by Alexandre Julliard

conhost: Show caret immediately after reshaping.

parent 86d893f9
......@@ -659,8 +659,11 @@ static void update_window( struct console *console )
if (console->win == GetFocus())
{
if (console->window->cursor_visible)
{
CreateCaret( console->win, console->window->cursor_bitmap,
console->active->font.width, console->active->font.height );
update_window_cursor( console );
}
else
DestroyCaret();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment