Commit cfb0d152 authored by Hugh McMaster's avatar Hugh McMaster Committed by Alexandre Julliard

conhost: Set screen buffer height to 150 characters in registry defaults.

This matches the defaults in create_screen_buffer(). Signed-off-by: 's avatarHugh McMaster <hugh.mcmaster@outlook.com> Signed-off-by: 's avatarJacek Caban <jacek@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 30edd849
......@@ -256,7 +256,7 @@ static void load_config( const WCHAR *key_name, struct console_config *config )
config->menu_mask = 0;
config->popup_attr = 0xF5;
config->quick_edit = 0;
config->sb_height = 25;
config->sb_height = 150;
config->sb_width = 80;
config->attr = 0x000F;
config->win_height = 25;
......
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