[PATCH 2/2] conhost: Set screen buffer height to 150 characters in registry defaults

Hugh McMaster hugh.mcmaster at outlook.com
Mon Aug 2 07:20:21 CDT 2021


This matches the defaults in create_screen_buffer().

Signed-off-by: Hugh McMaster <hugh.mcmaster at outlook.com>
---
 programs/conhost/window.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/programs/conhost/window.c b/programs/conhost/window.c
index 3af80383958..4033eefa313 100644
--- a/programs/conhost/window.c
+++ b/programs/conhost/window.c
@@ -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;
-- 
2.32.0




More information about the wine-devel mailing list