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:
parent
30edd84929
commit
cfb0d152eb
|
@ -256,7 +256,7 @@ static void load_config( const WCHAR *key_name, struct console_config *config )
|
||||||
config->menu_mask = 0;
|
config->menu_mask = 0;
|
||||||
config->popup_attr = 0xF5;
|
config->popup_attr = 0xF5;
|
||||||
config->quick_edit = 0;
|
config->quick_edit = 0;
|
||||||
config->sb_height = 25;
|
config->sb_height = 150;
|
||||||
config->sb_width = 80;
|
config->sb_width = 80;
|
||||||
config->attr = 0x000F;
|
config->attr = 0x000F;
|
||||||
config->win_height = 25;
|
config->win_height = 25;
|
||||||
|
|
Loading…
Reference in New Issue