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

This matches the defaults in create_screen_buffer().

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Hugh McMaster 2021-08-02 22:20:21 +10:00 committed by Alexandre Julliard
parent 30edd84929
commit cfb0d152eb
1 changed files with 1 additions and 1 deletions

View File

@ -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;